pub type Sqrt<A> = <A as SquareRoot>::Output;Expand description
Alias for the associated type of SquareRoot: Sqrt<A> = <A as SquareRoot>::Output
main (development) branch of crypto-glue.pub type Sqrt<A> = <A as SquareRoot>::Output;Alias for the associated type of SquareRoot: Sqrt<A> = <A as SquareRoot>::Output