Skip to main content

Or

Trait Or 

Source
pub trait Or {
    type Out;
}

Required Associated Types§

Implementations on Foreign Types§

Source§

impl Or for (False, False)

Source§

impl Or for (False, True)

Source§

impl Or for (True, False)

Source§

impl Or for (True, True)

Implementors§