package async_rpc_kernel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tracing_event.KindSource

Sourcetype 'response t =
  1. | Query
  2. | Abort_streaming_rpc_query
  3. | Response of 'response
Sourceval globalize : ('response -> 'response) -> 'response t -> 'response t
include Sexplib0.Sexpable.S1 with type 'response t := 'response t
Sourceval t_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a t
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t