pub trait Parsable: Sealed { }
Expand description

A type that can be parsed.

Implementations on Foreign Types§

source§

impl Parsable for [FormatItem<'_>]

source§

impl Parsable for [OwnedFormatItem]

Implementors§