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

Shright

Type Alias Shright 

Source
pub type Shright<A, B> = <A as Shr<B>>::Output;
Expand description

Alias for the associated type of Shr: Shright<A, B> = <A as Shr<B>>::Output