Trait yaiouom::BaseUnit [] [src]

pub trait BaseUnit: Any {
    const NAME: &'static str;
}

A base unit of measure (e.g. meters, euros, ...)

Associated Constants

The human-readable name of the unit, e.g. "m" "s", "EUR", etc.

Used mainly for debugging purposes.

Implementors