Struct fslock::OsStr[][src]

#[repr(transparent)]
pub struct OsStr { /* fields omitted */ }
Expand description

Borrowed allocation of an OS-native string.

Trait Implementations

Performs the conversion.

Performs the conversion.

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Converts with possible allocation error.

Converts with possible allocation error.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Converts the given value to a String. Read more