utc_datetime!() { /* proc-macro */ }
Available on crate feature
macros
only.Expand description
Construct a UtcDateTime
with a statically known value.
The resulting expression can be used in const
or static
declarations.
The syntax accepted by this macro is the same as a space-separated date!
and time!
.