Home
last modified time | relevance | path

Searched refs:transmute_box (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/os_str_bytes/src/
Draw_str.rs54 fn transmute_box<R>(self: Box<Self>) -> Box<R> in transmute_box() method
901 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()