Allow this type to be treated like an error impl Error for CustomError { fn description(&self) -> &str { match *self { CustomError::Io(ref cause) ...
確定! 回上一頁