Trait iso_8601::Valid[][src]

pub trait Valid {
    fn is_valid(&self) -> bool;
}

Required methods

Implementors