Trait tool::empty::IsEmpty [] [src]

pub trait IsEmpty {
    fn is_empty(&self) -> bool;
}

Things that can be "empty".

Required Methods

Implementors