Function mock_builder::storage::register_call
source · pub fn register_call<F: Fn(I) -> O + 'static, I, O>(f: F) -> CallIdExpand description
Register a call into the call storage.
The registered call can be uniquely identified by the returned CallId.