pub fn duration_string(d: Duration) -> String
Renders the given duration using Go’s time.Duration.String() algorithm.
time.Duration.String()