Crate matterdb_derive

Crate matterdb_derive 

Source
Expand description

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

Derive Macrosยง

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