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

Minimum

Type Alias Minimum 

Source
pub type Minimum<A, B> = <A as Min<B>>::Output;
Expand description

Alias for the associated type of Min: Minimum<A, B> = <A as Min<B>>::Output