pub trait Error: Debug + Display { fn source(&self) -> Option<&(dyn Error + 'static)> { ... } ... Error is a trait representing the basic expectations for error ...
確定! 回上一頁