[][src]Trait isnt::std_1::ffi::IsntOsStrExt

pub trait IsntOsStrExt: Sealed {
#[must_use]    pub fn is_not_empty(&self) -> bool;
}

Extension for OsStr

Required methods

#[must_use]pub fn is_not_empty(&self) -> bool[src]

The negation of is_empty

Loading content...

Implementations on Foreign Types

impl IsntOsStrExt for OsStr[src]

Loading content...

Implementors

Loading content...