pub type And<A, B> = <A as BitAnd<B>>::Output;
Alias for the associated type of BitAnd: And<A, B> = <A as BitAnd<B>>::Output
BitAnd
And<A, B> = <A as BitAnd<B>>::Output
Note: Encountered an error during type layout; the type failed to be normalized.