Searched refs:transmute_box (Results 1 – 1 of 1) sorted by relevance
54 fn transmute_box<R>(self: Box<Self>) -> Box<R> in transmute_box() method901 value.into_boxed_bytes().transmute_box() in from()1178 self.0.into_boxed_slice().transmute_box() in into_box()1342 Self(value.transmute_box::<[_]>().into_vec()) in from()