#[derive(Debug)] enum MyError { Io(std::io::Error), Parse(std::num::ParseIntError), } // ボイラープレート // pub trait Error: Debug + ...
確定! 回上一頁