pub type BoxedDispatcher = Box<dyn Fn(u32, u32, Vec<u8>) -> Pin<Box<dyn Future<Output = Result<Frame, RpcError>> + Send>> + Send + Sync>;Expand description
Type alias for a boxed async dispatch function.
Aliased Typeยง
pub struct BoxedDispatcher(/* private fields */);