Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

Quot

Type Alias Quot 

Source
pub type Quot<A, B> = <A as Div<B>>::Output;
Expand description

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