Type Definition crypto::ciphers::traits::consts::Quot[]

type Quot<A, B> = <A as Div<B>>::Output;

Alias for the associated type of Div: Quot<A, B> = <A as Div<B>>::Output