Rpc_kind.Intervaltype t = | Poll_until_ok of {retry_interval : Core.Time_ns.Span.t;}| Poll_until_condition_met of {every : Core.Time_ns.Span.t;}| Poll of {every : Core.Time_ns.Span.t;}| Dispatchinclude 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