Trait grafix_toolbox::lib::tuple::TupleAllAny

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

Required Methods§

source

fn all(self) -> bool

source

fn any(self) -> bool

Implementations on Foreign Types§

source§

impl TupleAllAny for (bool, bool)

source§

fn all(self) -> bool

source§

fn any(self) -> bool

source§

impl TupleAllAny for (bool, bool, bool)

source§

fn all(self) -> bool

source§

fn any(self) -> bool

source§

impl TupleAllAny for (bool, bool, bool, bool)

source§

fn all(self) -> bool

source§

fn any(self) -> bool

Implementors§