-
Do the Alternatively, is there a way to construct a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Go to the With regard to |
Beta Was this translation helpful? Give feedback.
-
Do the Alternatively, is there a way to construct a |
Beta Was this translation helpful? Give feedback.
-
Go to the With regard to |
Beta Was this translation helpful? Give feedback.
Go to the
macros
module, which is the preferred way to import the macros. For some reason rustdoc doesn't copy documentation when re-exported.With regard to
PrimitiveDateTime
andOffsetDateTime
, it is not possible in v0.2 to construct them directly. You'll have to use per-existing methods on the structs. If you're using the alpha (which it doesn't look like), you can use thedatetime!
macro.