logo

Type Definition libp2p::multihash::typenum::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