pub type Sqrt<A> = <A as SquareRoot>::Output;
Expand description
Alias for the associated type of SquareRoot
: Sqrt<A> = <A as SquareRoot>::Output
Layoutยง
Note: Encountered an error during type layout; the type failed to be normalized.
pub type Sqrt<A> = <A as SquareRoot>::Output;
Alias for the associated type of SquareRoot
: Sqrt<A> = <A as SquareRoot>::Output
Note: Encountered an error during type layout; the type failed to be normalized.