Home
last modified time | relevance | path

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

/third_party/rust/crates/os_str_bytes/src/
Draw_str.rs53 unsafe trait TransmuteBox { trait
56 R: ?Sized + TransmuteBox, in transmute_box() argument
66 unsafe impl TransmuteBox for RawOsStr {}
67 unsafe impl TransmuteBox for [u8] {} impl