pub trait DurationExt { // Required method fn from_str(s: &str) -> Result<Self, DError> where Self: Sized; }