Module std::sys::unix::os_str

source ·
Expand description

The underlying OsString/OsStr implementation on Unix and many other systems: just a Vec<u8>/[u8].

Structs