Home
last modified time | relevance | path

Searched defs: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()
67 unsafe impl TransmuteBox for [u8] {} impl