Struct sqldatetime::Formatter [−][src]
pub struct Formatter { /* fields omitted */ }Expand description
Date/Time formatter.
Implementations
Creates a new Formatter from given format string.
Formats datetime types
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Formatterimpl UnwindSafe for Formatter