Rpc_effect_protocol.Rpc_statustype t = | Running| Finished of {duration : Core.Time_ns.Span.t;response : Core.Sexp.t Or_no_sexp_of_provided.t Core.Or_error.t;}| Aborted of {duration : Core.Time_ns.Span.t;}include Sexplib0.Sexpable.S with type t := tinclude Sexplib0.Sexpable.Of_sexp with type t := tval t_of_sexp : Sexplib0.Sexp.t -> tinclude Sexplib0.Sexpable.Sexp_of with type t := tval sexp_of_t : t -> Sexplib0.Sexp.tinclude Ppx_compare_lib.Equal.S with type t := t