Macro mock_builder::execute_call
source · 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.
macro_rules! execute_call { ($input:expr) => { ... }; }
Execute a function from the function storage.
Same as execute()
but it uses as locator who calls this macro.