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

Length

Type Alias Length 

Source
pub type Length<T> = <T as Len>::Output;
Expand description

Alias for the associated type of Len: Length<A> = <A as Len>::Output