Macro static_msg
macro_rules! static_msg {
($text:expr) => { ... };
(binary $data:expr) => { ... };
(control $command:expr, $params:expr) => { ... };
}Expand description
Macro for creating static messages at compile time
macro_rules! static_msg {
($text:expr) => { ... };
(binary $data:expr) => { ... };
(control $command:expr, $params:expr) => { ... };
}Macro for creating static messages at compile time