struct Tree { root: Option<Node>, } struct Node { data: i32, ... When we store a reference in a struct field, Rust wants to know how the ...
確定! 回上一頁