Rust then lets you convert a reference &RcBox<String> to a fat reference &RcBox<Display>: let boxed_lunch: RcBox<String> = RcBox { ref_count: 1, ...
確定! 回上一頁