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