Trait cloudevents::event::TryIntoTime[][src]

pub trait TryIntoTime {
    fn into_time(self) -> Result<DateTime<Utc>, ParseError>;
}
Expand description

Trait to define conversion to DateTime

Required methods

Implementations on Foreign Types

Implementors