Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

Or

Type Alias Or 

Source
pub type Or<A, B> = <A as BitOr<B>>::Output;
Expand description

Alias for the associated type of BitOr: Or<A, B> = <A as BitOr<B>>::Output