time
0.3.14
Parsable
Implementations on Foreign Types
[FormatItem<'_>]
Implementors
In time::
parsing
time
::
parsing
Trait
Parsable
Copy item path
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>