Macro ark_api::__function_always
source · macro_rules! __function_always { () => { ... }; ($data:expr) => { ... }; }
Expand description
Like function! macro, but will always do the scope even if module profiling is disabled.
macro_rules! __function_always { () => { ... }; ($data:expr) => { ... }; }
Like function! macro, but will always do the scope even if module profiling is disabled.