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