pub trait Parsable: Sealed { }
Available on crate features
cookies
and parsing
only.Expand description
A type that can be parsed.
Object Safety§
This trait is not object safe.
Implementations on Foreign Types§
impl Parsable for [BorrowedFormatItem<'_>]
impl Parsable for [OwnedFormatItem]
Available on crate feature
alloc
only.