Trait dimensioned::dimensioned::InvertDim [] [src]

pub trait InvertDim: Dimension {
    type Output;
}

This trait inverts the dimensions of an object. For example, it takes seconds to hertz.

Associated Types

type Output

Implementors