Type Definition sc_network::multiaddr::multihash::typenum::And [−]
type And<A, B> = <A as BitAnd<B>>::Output;
Expand description
Alias for the associated type of BitAnd
: And<A, B> = <A as BitAnd<B>>::Output