impl std::error::Error for MyError { fn description(&self) -> &str { match *self { MyError::Io(ref err) => err.description(), ...
確定! 回上一頁