Type Definition sc_network::multiaddr::multihash::typenum::Or [−]
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
type Or<A, B> = <A as BitOr<B>>::Output;
Alias for the associated type of BitOr
: Or<A, B> = <A as BitOr<B>>::Output