Searched refs:raw_str (Results 1 – 3 of 3) sorted by relevance
14 let raw_str = Box::into_raw(string.into_owned().into_boxed_str()); in exception() localVariable15 let raw_u8 = raw_str.cast::<u8>(); in exception()
265 mod raw_str;266 pub use raw_str::RawOsStr;267 pub use raw_str::RawOsStrCow;268 pub use raw_str::RawOsString;
219 "vendor/os_str_bytes-6.4.1/src/raw_str.rs",