#[macro_use] extern crate err; error_enum! { enum MyError { bare SomethingCustom(&'static str), auto Io(std::io::Error) } enum MyOtherError { auto ...
確定! 回上一頁