logo
pub trait ValidShape<T> where
    T: Zero
{ fn is_empty_under_thousand(&self, thousand: T) -> bool; fn is_empty(&self) -> bool { ... } }

Required Methods

Provided Methods

Implementors