Trait metron::convert::DivMeasure[][src]

pub trait DivMeasure<URhs, NSelf, NRhs = NSelf>: Unit where
    NSelf: Div<NRhs>,
    URhs: Unit
{ type Output: Unit; fn div_unit(num: NSelf, rhs: NRhs) -> <NSelf as Div<NRhs>>::Output { ... } }
Expand description

Associated Types

Provided methods

Implementations on Foreign Types

Implementors