macro_rules! command_enum {
($en:ty) => { ... };
}Expand description
Re-export the rs-matter crate
A macro to generate a TryFrom implementation for a command enum.
macro_rules! command_enum {
($en:ty) => { ... };
}Re-export the rs-matter crate
A macro to generate a TryFrom implementation for a command enum.