pub trait DateTimeInput: DateInput + IsoTimeInput { }
Expand description

A combination of a formattable calendar date and ISO time.

Implementors§