Module Accumulator.T

type 'input_type t = {
run : 'ctx. unit -> ( 'ctx, 'input_type ) Schema.field option;
}