Trait time::formatting::Formattable[][src]

pub trait Formattable: Sealed { }
This is supported on crate feature formatting only.
Expand description

A type that can be formatted.

Implementations on Foreign Types

impl Formattable for [FormatItem<'_>][src]

Implementors

impl Formattable for FormatItem<'_>[src]

impl Formattable for Rfc3339[src]

impl<T: Deref> Formattable for T where
    T::Target: Formattable
[src]