Trait units::UnitFormat [] [src]

pub trait UnitFormat {
    fn fmt(_: &mut Formatter) -> Result;
}

Required Methods

Implementors