Trait dimensioned::dimensioned::Cube [] [src]

pub trait Cube {
    type Output;
    fn cube(self) -> Self::Output;
}

Associated Types

type Output

Required Methods

fn cube(self) -> Self::Output

Implementors