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

Eq

Type Alias Eq 

Source
pub type Eq<A, B> = <A as IsEqual<B>>::Output;
Expand description

Alias for the associated type of IsEqual: Eq<A, B> = <A as IsEqual<B>>::Output