Module Jenga_lib.Forker.Reply

type t = {
stdout : string;
stderr : string;
outcome : [ `success | `error of string ];
duration : Core.Time.Span.t;
}