use std::rc::Rc; #[derive(Clone)] pub struct X { pub f: Rc >, // try: `Box<[u8]>` } Should be Rc<[u8]>.
確定! 回上一頁