datatypes::time

Macro define_time_with_unit

Source
macro_rules! define_time_with_unit {
    ($unit: ident, $native_ty: ty) => { ... };
}