A pattern for handling errors in Rust. ... a return value of type T (wrapped in Ok ), or an error of type E (which is wrapped in Err ).
確定! 回上一頁