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

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

A type that can be formatted.

Implementations on Foreign Types

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

Loading content...

Implementors

impl Formattable for FormatItem<'_>[src]

impl Formattable for Rfc3339[src]

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

Loading content...