package streamable

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

Module Streamable.Pipe_rpcSource

Sourcemodule type S = sig ... end
Sourcetype ('q, 'r) t
Sourceval description : (_, _) t -> Async_rpc_kernel.Rpc.Description.t
Sourceval bin_query_shape : (_, _) t -> Core.Bin_prot.Shape.t
Sourceval bin_response_shape : (_, _) t -> Core.Bin_prot.Shape.t
Sourcemodule Make (X : S) : sig ... end