Trait shape_core::ValidShape
source · [−]pub trait ValidShape<T> where
T: Zero, {
fn is_empty_under_thousand(&self, thousand: T) -> bool;
fn is_empty(&self) -> bool { ... }
}
pub trait ValidShape<T> where
T: Zero, {
fn is_empty_under_thousand(&self, thousand: T) -> bool;
fn is_empty(&self) -> bool { ... }
}