Trait siu::Unit[][src]

pub trait Unit<P: UnitPrefix, T> {
    fn new(value: T) -> Self;
}

Required methods

Implementors