If Self also implements DerefMut, the same restrictions apply to deref_mut() ... #[derive(Clone)] struct Foo(Rc<u8>); impl Deref for Foo { type Target = u8; ...
確定! 回上一頁