pub trait Parsable: Sealed { }Expand description
A type that can be parsed.
Implementations on Foreign Types§
impl Parsable for [BorrowedFormatItem<'_>]
impl Parsable for [OwnedFormatItem]
Available on crate feature
alloc only.Implementors§
impl Parsable for BorrowedFormatItem<'_>
impl Parsable for OwnedFormatItem
Available on crate feature
alloc only.