Trait fslock::IntoOsString[][src]

pub trait IntoOsString {
    fn into_os_string(self) -> Result<OsString, Error>;
}
Expand description

Conversion of anything into an owned OS-native string. If allocation fails, an error shall be returned.

Required methods

Converts with possible allocation error.

Implementations on Foreign Types

Implementors