package postgres_async

  1. Overview
  2. Docs
type 'a t = ('a, Pgasync_error.t) Core.Result.t
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
val to_or_error : 'a t -> 'a Core.Or_error.t
val ok_exn : 'a t -> 'a