Macro converts_with_timeunit

Source
macro_rules! converts_with_timeunit {
    ($ArrayType:ty, $ArrowType:ty, $time_unit:expr, @map) => { ... };
}