Type Alias TimeFormat

Source
type TimeFormat<'a> = Option<&'a str>;

Aliased Type§

enum TimeFormat<'a> {
    None,
    Some(&'a str),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(&'a str)

Some value of type T.