Trait metric::composite::Unit [] [src]

pub trait Unit {
    fn new(val: f64) -> Self;
fn inner(&self) -> f64; }

Required Methods

Implementors