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.
macro_rules! attribute_enum {
($en:ty) => { ... };
}Re-export the rs-matter crate
A macro to generate a TryFrom implementation for an attribute enum.