package oxbow

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

Module Oxbow_state.Pending_requestSource

Sourcetype t = {
  1. body : Oxbow_ipc.Request.Body.t;
  2. reply : (Yojson.Safe.t option, string) result Eio.Promise.u option;
}