impl<'a> From<&'a str> for MyError { ... } impl From<String> for MyError { ... } impl From<another_errors::Error> for MyError { ... } ...
確定! 回上一頁