☰
Trait Formattable
Implementations on Foreign Types
[FormatItem<'_>]
Implementors
Other items in
time
::
formatting
All crates
?
Trait
time
::
formatting
::
Formattable
[
−
]
[src]
pub trait Formattable: Sealed { }
Expand description
A type that can be formatted.
Implementations on Foreign Types
[src]
impl
Formattable
for
[
FormatItem
<'_>
]
Implementors
[src]
impl
Formattable
for
FormatItem
<'_>
[src]
impl
Formattable
for
Rfc2822
[src]
impl
Formattable
for
Rfc3339
[src]
impl<T:
Deref
>
Formattable
for T
where
T::
Target
:
Formattable
,