[][src]Trait isnt::std_1::vec::IsntVecExt

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

Extension for Vec

Required methods

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

The negation of is_empty

Loading content...

Implementations on Foreign Types

impl<T> IsntVecExt<T> for Vec<T>[src]

Loading content...

Implementors

Loading content...