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