Searched refs:TransmuteBox (Results 1 – 1 of 1) sorted by relevance
53 unsafe trait TransmuteBox { trait56 R: ?Sized + TransmuteBox, in transmute_box() argument66 unsafe impl TransmuteBox for RawOsStr {}67 unsafe impl TransmuteBox for [u8] {} impl