pub trait SemanticString { // Required method fn as_os_str(&self) -> &OsStr; }
A string type that can be borrowed as an OsStr.
OsStr
Borrows the string as OsStr.