DurationExt

Trait DurationExt 

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

Required Methods§

Source

fn from_str(s: &str) -> Result<Self, DError>
where Self: Sized,

Implementations on Foreign Types§

Source§

impl DurationExt for Duration

Source§

fn from_str(s: &str) -> Result<Self, DError>

Implementors§