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

A type that can be formatted.

Implementations on Foreign Types§

source§

impl Formattable for [FormatItem<'_>]

Implementors§

source§

impl Formattable for FormatItem<'_>

source§

impl Formattable for Rfc2822

source§

impl Formattable for Rfc3339

source§

impl<T> Formattable for Twhere T: Deref, <T as Deref>::Target: Formattable,

source§

impl<const CONFIG: u128> Formattable for Iso8601<CONFIG>