Time

Type Alias Time 

Source
pub type Time = AvpData<DateTime<Utc>>;

Aliased Type§

pub struct Time(/* private fields */);

Trait Implementations§

Source§

impl Into<AvpValue> for Time

Source§

fn into(self) -> AvpValue

Converts this type into the (usually inferred) input type.