Skip to main content

attribute_enum

Macro attribute_enum 

Source
macro_rules! attribute_enum {
    ($en:ty) => { ... };
}
Expand description

Re-export the rs-matter crate A macro to generate a TryFrom implementation for an attribute enum.