Skip to main content

AsSingleTimeInput

Trait AsSingleTimeInput 

Source
pub trait AsSingleTimeInput {
    // Required method
    fn try_into_input_time(self) -> Result<InputTime, ParseTimeError>;
}
Expand description

Single time input only refers to the i64 component of an EventTime (no event id).

Required Methods§

Implementors§