ref: alloc::rc::Rc - Rust ... std::rc::Rc 是单线程引用计数指针。 ... use std::rc::Rc; fn main() { let x = Rc::new(3); assert_eq!
確定! 回上一頁