Function dispatch_rpc_response

Source
fn dispatch_rpc_response<State, Action>(
    peer_id: PeerId,
    _: &QueryHeader,
    bytes: &[u8],
    dispatcher: &mut Dispatcher<Action, State>,
) -> Result<(), RpcResponseError>
where State: P2pStateTrait, Action: P2pActionTrait<State>,