[][src]Function rs_humanize::time::format_rel

pub fn format_rel(
    a: DateTime<Utc>,
    b: DateTime<Utc>,
    a_label: &str,
    b_label: &str
) -> String