Function convert_unit

Source
fn convert_unit(
    c: &mut String,
    t: &mut Vec<TimeStrToken>,
) -> Result<(), IntervalParseError>