Home
last modified time | relevance | path

Searched refs:OsStrBytes (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/os_str_bytes/src/
H A Dlib.rs13 //! [`OsStrBytes`] and [`OsStringBytes`] provide lower-level APIs that are
88 //! - [`OsStrBytes::from_raw_bytes`]
272 "use `OsStrBytes::assert_from_raw_bytes` or \
336 pub trait OsStrBytes: private::Sealed + ToOwned { traits
351 /// use os_str_bytes::OsStrBytes;
386 /// use os_str_bytes::OsStrBytes; in assert_from_raw_bytes()
414 /// use os_str_bytes::OsStrBytes;
426 impl OsStrBytes for OsStr { in to_raw_bytes()
449 impl OsStrBytes for Path {
/third_party/rust/crates/os_str_bytes/tests/
H A Drandom.rs8 use os_str_bytes::OsStrBytes;
H A Dcommon.rs21 use os_str_bytes::OsStrBytes;
36 T: 'a + AsRef<OsStr> + OsStrBytes + ?Sized, in test_from_bytes()

Completed in 1 milliseconds