Type Definition prop::Or

source · []
pub type Or<T, U> = Either<T, U>;
Expand description

Logical OR.

Trait Implementations

Get excluded middle rule.