Crate matterdb_derive[][src]

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.