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).
pub trait AsSingleTimeInput {
// Required method
fn try_into_input_time(self) -> Result<InputTime, ParseTimeError>;
}Single time input only refers to the i64 component of an EventTime (no event id).