Expand description
This crate provides macros for deriving some useful methods and traits for the metaldb.
Derive Macrosยง
- Binary
Value - Derives
BinaryValue
trait. The target type must implement (de)serialization logic, which should be provided externally. - From
Access - Derives
FromAccess
trait.