macro_rules! execute_call {
    ($input:expr) => { ... };
}
Expand description

Execute a function from the function storage. Same as execute() but it uses as locator who calls this macro.