pub trait Formattable: Sealed { }
Available on crate feature formatting only.
Expand description

A type that can be formatted.

Implementations on Foreign Types§

source§

impl Formattable for [FormatItem<'_>]

source§

impl Formattable for [OwnedFormatItem]

Implementors§