Searched defs:TransparentWrapper (Results 1 – 5 of 5) sorted by relevance
124 pub unsafe trait TransparentWrapper<Inner: ?Sized> { trait
126 pub unsafe trait TransparentWrapper<Inner: ?Sized> { interface
316 pub struct TransparentWrapper; struct318 impl TransparentWrapper { implementation336 impl Derivable for TransparentWrapper { implementation
7 unsafe impl TransparentWrapper<Box<u32>> for Wrap {} impl