Type Definition ethers::core::k256::ecdsa::signature::digest::generic_array::typenum::Shleft[][src]

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