pub trait Parsable: Sealed { }
Expand description

A type that can be parsed.

Implementations on Foreign Types§

source§

impl Parsable for [OwnedFormatItem]

source§

impl Parsable for [BorrowedFormatItem<'_>]

Implementors§