time
0.3.36
Parsable
Implementations on Foreign Types
[BorrowedFormatItem<'_>]
[OwnedFormatItem]
Implementors
In time::
parsing
Trait
time
::
parsing
::
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 [
BorrowedFormatItem
<'_>]
source
§
impl
Parsable
for [
OwnedFormatItem
]
Implementors
§
source
§
impl
Parsable
for
BorrowedFormatItem
<'_>
source
§
impl
Parsable
for
OwnedFormatItem
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>