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

Diff

Type Alias Diff 

Source
pub type Diff<A, B> = <A as Sub<B>>::Output;
Expand description

Alias for the associated type of Sub: Diff<A, B> = <A as Sub<B>>::Output