I need to mutate an Option in place, setting it to Some(x), ... let r = match *my_opt { Some(ref x) => x, None => unreachable!
確定! 回上一頁