pub trait Cbrt {
    // Required method
    fn cbrt(self) -> Self;
}

Required Methods§

source

fn cbrt(self) -> Self

Implementors§