Trait time::parsing::Parsable[][src]

pub trait Parsable: Sealed { }
This is supported on crate feature parsing only.

A type that can be parsed.

Implementations on Foreign Types

impl Parsable for [FormatItem<'_>][src]

Loading content...

Implementors

impl Parsable for FormatItem<'_>[src]

impl Parsable for Rfc3339[src]

impl<T: Deref> Parsable for T where
    T::Target: Parsable
[src]

Loading content...