[−][src]Struct fslock::OsStr
Borrowed allocation of an OS-native string.
Borrowed allocation of an OS-native string.
impl AsRef<OsStr> for OsString[src]impl<'str> AsRef<OsStr> for EitherOsStr<'str>[src]impl Debug for OsStr[src]impl Display for OsStr[src]impl<'str> IntoOsString for &'str OsStr[src]fn into_os_string(self) -> Result<OsString, Error>[src]impl ToOsStr for OsStr[src]fn to_os_str(&self) -> Result<EitherOsStr, Error>[src]impl RefUnwindSafe for OsStrimpl Send for OsStrimpl Sync for OsStrimpl Unpin for OsStrimpl UnwindSafe for OsStr