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

NotEq

Type Alias NotEq 

Source
pub type NotEq<A, B> = <A as IsNotEqual<B>>::Output;
Expand description

Alias for the associated type of IsNotEqual: NotEq<A, B> = <A as IsNotEqual<B>>::Output