Skip to main content

TryIntoInputTime

Trait TryIntoInputTime 

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

Required Methods§

Implementations on Foreign Types§

Source§

impl<T: AsSingleTimeInput> TryIntoInputTime for (T, usize)

Implementors§