pub type BoxedDispatcher = Box<dyn Fn(Frame) -> 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 */);