time::parsing

Trait 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>