pub enum Result<Success, Error> { Ok(Success), Err(Error) }. The caller is then forced by the compiler to express how they plan to handle ...
確定! 回上一頁