Type Alias typenum::operator_aliases::Shleft

source ·
pub type Shleft<A, B> = <A as Shl<B>>::Output;
Expand description

Alias for the associated type of Shl: Shleft<A, B> = <A as Shl<B>>::Output

Layout§

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