Crate dxr_derive

source ·
Expand description

§dxr_derive

This crate is an implementation detail of the dxr crate, which provides the derive macros. It should be used only indirectly (i.e. by enabling the “derive” feature of the dxr crate).

Derive Macros§

  • Procedural macro for deriving an implementation of the TryFromValue trait for structs.
  • Procedural macro for deriving an implementation of the TryToValue trait for structs.