Trait dimensioned::Sqr [] [src]

pub trait Sqr {
    type Output;
    fn sqr(self) -> Self::Output;
}

Associated Types

type Output

Required Methods

fn sqr(self) -> Self::Output

Implementors