pub trait Formattable: Sealed { }
Expand description

A type that can be formatted.

Implementations on Foreign Types§

source§

impl Formattable for [OwnedFormatItem]

source§

impl Formattable for [BorrowedFormatItem<'_>]

Implementors§