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§
Sourcefn as_apr_time(&self) -> Time
fn as_apr_time(&self) -> Time
Converts the value into a Time.