actix_
web
4.9.0
Parsable
Implementations on Foreign Types
[BorrowedFormatItem<'_>]
[OwnedFormatItem]
Implementors
In actix_
web::
cookie::
time::
parsing
actix_web
::
cookie
::
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 [
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>