type struct_t = [
| `State_fa45ae2a809f2466
]
type unnamed_union_t =
Opam_repo_ci_api__Schema.MakeRPC(Capnp_rpc_lwt).Builder.JobInfo.State.unnamed_union_t =
| NotStarted
| Passed
| Failed of string
| Active
| Aborted
| Undefined of int
val not_started_set : t -> unit
val passed_set : t -> unit
val failed_set : t -> string -> unit
val active_set : t -> unit
val aborted_set : t -> unit
val init_root : ?message_size:int -> unit -> t