Module osstr

Module osstr 

Source
Available on crate features std and osstr only.
Expand description

Module for OsStr-based strings

Type Aliases§

LocalOsStr
Local OsStr type (NOTE: This can’t be shared between threads)
LocalOsStrRef
Local OsStr type that can optionally hold borrows (NOTE: This can’t be shared between threads)
SharedOsStr
Shared OsStr type
SharedOsStrRef
Shared OsStr type that can optionally hold borrows