use std::cell::{RefCell,RefMut}; use std::vec::Vec; use std::rc::Rc; trait SomeTrait {} struct Wrapper<'a> { pub r: &'a mut SomeTrait, } ...
確定! 回上一頁