fn dispatch_rpc_query<'a, State, Action>(
peer_id: PeerId,
_: &'a QueryHeader,
bytes: &[u8],
dispatcher: &mut Dispatcher<Action, State>,
) -> Result<(), RpcQueryError<'a>>where
State: P2pStateTrait,
Action: P2pActionTrait<State>,