[][src]Trait libimagtimeui::parse::Parse

pub trait Parse: Sized {
    fn parse(s: &str) -> Option<Self>;
}

Required methods

fn parse(s: &str) -> Option<Self>

Loading content...

Implementors

impl Parse for Date[src]

fn parse(s: &str) -> Option<Date>[src]

Parse the date part of the full string into a Date object

impl Parse for DateTime[src]

impl Parse for Time[src]

Loading content...