Macro mock_builder::register_call_instance
source · macro_rules! register_call_instance { ($f:expr) => { ... }; }
Expand description
Register a mock function into the mock function storage for a pallet with
instances. Same as register() but it uses as locator who calls this macro.