pub fn register_call<F: Fn(I) -> O + 'static, I, O>(f: F) -> CallId
Expand description

Register a call into the call storage. The registered call can be uniquely identified by the returned CallId.