Trait shape_core::ValidShape 
source · pub trait ValidShape<T>where
    T: Zero,{
    // Required method
    fn is_empty_under_thousand(&self, thousand: T) -> bool;
    // Provided method
    fn is_empty(&self) -> bool { ... }
}Expand description
A trait for checking if a shape is empty