Skip to main content

IntoTime

Trait IntoTime 

Source
pub trait IntoTime {
    // Required method
    fn as_apr_time(&self) -> Time;
}
Expand description

Trait for types that can be converted into a Time.

Required Methods§

Source

fn as_apr_time(&self) -> Time

Converts the value into a Time.

Implementors§