{ #[derive(Debug, ErrorFrom, ErrorDisplay, Error("very bad error"))] pub enum Error { Io(io::Error), Utf8(Utf8Error), } } let io_error ...
確定! 回上一頁