☰
Formattable
Implementations on Foreign Types
[FormatItem<'_>]
Implementors
In time::formatting
?
Trait
time
::
formatting
::
Formattable
source
·
[
−
]
pub trait Formattable: Sealed { }
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:
Deref
>
Formattable
for T
where
T::
Target
:
Formattable
,
source
impl<const CONFIG:
EncodedConfig
>
Formattable
for
Iso8601
<CONFIG>