pub type PartialQuot<A, B> = <A as PartialDiv<B>>::Output;Expand description
Alias for the associated type of
PartialDiv: PartialQuot<A, B> = <A as PartialDiv<B>>::Output
main (development) branch of crypto-glue.pub type PartialQuot<A, B> = <A as PartialDiv<B>>::Output;Alias for the associated type of
PartialDiv: PartialQuot<A, B> = <A as PartialDiv<B>>::Output