Trait grafix_toolbox::lib::tuple::TupleAllAny
source · pub trait TupleAllAny {
// Required methods
fn all(self) -> bool;
fn any(self) -> bool;
}pub trait TupleAllAny {
// Required methods
fn all(self) -> bool;
fn any(self) -> bool;
}