Type Alias typenum::operator_aliases::And

source ·
pub 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

Layout§

Note: Encountered an error during type layout; the type failed to be normalized.