macro_rules! register_performance_hints {
($function_name:expr, $hints:expr) => { ... };
}Expand description
Macro to register performance hints for a function
macro_rules! register_performance_hints {
($function_name:expr, $hints:expr) => { ... };
}Macro to register performance hints for a function