Crate metaldb_derive

Source
Expand description

This crate provides macros for deriving some useful methods and traits for the metaldb.

Derive Macrosยง

BinaryValue
Derives BinaryValue trait. The target type must implement (de)serialization logic, which should be provided externally.
FromAccess
Derives FromAccess trait.