actix_web
4.9.0
Parsable
Implementations on Foreign Types
[BorrowedFormatItem<'_>]
[OwnedFormatItem]
Implementors
In actix_web::cookie::time::parsing
Trait
actix_web
::
cookie
::
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>
Parsable
for T
where T:
Deref
, <T as
Deref
>::
Target
:
Parsable
,
source
§
impl<const CONFIG:
u128
>
Parsable
for
Iso8601
<CONFIG>