rust - 拥有值的一般方法(不要指定`Rc` 或`Box` ) ... struct Holder<T> { value: Owned<T>, } ... let rc = Rc::new(variable); let holder ...
確定! 回上一頁