pub type Shright<A, B> = <A as Shr<B>>::Output;
Alias for the associated type of Shr: Shright<A, B> = <A as Shr<B>>::Output
Shr
Shright<A, B> = <A as Shr<B>>::Output
Note: Encountered an error during type layout; the type failed to be normalized.