[][src]Trait typebool::ops::Or

pub trait Or<A> {
    type Output;
}

The logical disjunction (union) of two Bools.

Associated Types

type Output

The result of this operation.

Loading content...

Implementors

impl<T> Or<T> for False[src]

type Output = T

impl<T> Or<T> for True[src]

type Output = True

Loading content...