Trait PrettyDuration
Source pub trait PrettyDuration {
// Required methods
fn pretty(&self) -> String;
fn pretty_s(&self) -> String;
}
Pretty-prints a chrono::Duration in the form HH:MM:SS.xxx
Pretty-prints a chrono::Duration in the form HH:MM:SS.xxx