pub trait Sqrt {
    // Required method
    fn sqrt(self) -> Self;
}

Required Methods§

source

fn sqrt(self) -> Self

Implementors§