Macro bc_envelope::function_constant
source · macro_rules! function_constant { ($const_name:ident, $value:expr, $name:expr) => { ... }; }
Expand description
A macro that declares a function at compile time.
macro_rules! function_constant { ($const_name:ident, $value:expr, $name:expr) => { ... }; }
A macro that declares a function at compile time.