Learn Rust - Using Option with map and and_then. ... fn main() { // We start with an Option value (Option<i32> in this case). let some_number = Some(9); ...
確定! 回上一頁