☰
Parsable
Implementations on Foreign Types
[FormatItem<'_>]
Implementors
In time::parsing
?
Trait
time
::
parsing
::
Parsable
source
·
[
−
]
pub trait Parsable: Sealed { }
Expand description
A type that can be parsed.
Implementations on Foreign Types
source
impl
Parsable
for [
FormatItem
<'_>]
Implementors
source
impl
Parsable
for
FormatItem
<'_>
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>