Structs§
- A single “element” of an OsStr. On windows, this corresponds to a
u16
. On unix-like systems, it corresponds to au8
- Iterator over the elements of a
&OsStr
Traits§
- Extentions to OsStr that allow working with them without filling code with
#[cfg(...)]