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§
- TryFrom
Value - Procedural macro for deriving an implementation of the
TryFromValue
trait for structs. - TryTo
Value - Procedural macro for deriving an implementation of the
TryToValue
trait for structs.