Trait time::parsing::Parsable

source ·
pub trait Parsable: Sealed { }
Available on crate feature parsing only.
Expand description

A type that can be parsed.

Implementations on Foreign Types§

source§

impl Parsable for [BorrowedFormatItem<'_>]

source§

impl Parsable for [OwnedFormatItem]

Available on crate feature alloc only.

Implementors§

source§

impl Parsable for BorrowedFormatItem<'_>

source§

impl Parsable for OwnedFormatItem

Available on crate feature alloc only.
source§

impl Parsable for Rfc2822

source§

impl Parsable for Rfc3339

source§

impl<T: Deref> Parsable for T
where T::Target: Parsable,

source§

impl<const CONFIG: EncodedConfig> Parsable for Iso8601<CONFIG>