In Rust, to indicate errors or absence of a value we use types named ... let value = res.map_err(|e| MyError::new(e, some_context))?; }.
確定! 回上一頁