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

Compare

Type Alias Compare 

Source
pub type Compare<A, B> = <A as Cmp<B>>::Output;
Expand description

Alias for the associated type of Cmp: Compare<A, B> = <A as Cmp<B>>::Output