pavex
0.1.71
Parsable
Implementations on Foreign Types
[BorrowedFormatItem<'_>]
[OwnedFormatItem]
Implementors
In pavex::
time::
parsing
pavex
::
time
::
parsing
Trait
Parsable
Copy item path
pub trait Parsable: Sealed { }
Expand description
A type that can be parsed.
Implementations on Foreign Types
§
§
impl
Parsable
for [
BorrowedFormatItem
<'_>]
§
impl
Parsable
for [
OwnedFormatItem
]
Implementors
§
§
impl
Parsable
for
BorrowedFormatItem
<'_>
§
impl
Parsable
for
OwnedFormatItem
§
impl
Parsable
for
Rfc2822
§
impl
Parsable
for
Rfc3339
§
impl<T>
Parsable
for T
where T:
Deref
, <T as
Deref
>::
Target
:
Parsable
,
§
impl<const CONFIG:
u128
>
Parsable
for
Iso8601
<CONFIG>