pub trait IntoTimeType {
    fn into_timetype(self) -> Result<TimeType>;
}
Expand description

Helper trait for converting things into a TimeType object

Until TryInto is stabilized in Rust, we need a helper trait for this.

Required Methods§

Implementors§