type 'a t
= 'a on_invalid_row
val raise : _ t
The default.
val skip : _ t
val create : (int Core.String.Map.t ‑> string Fast_queue.t ‑> exn ‑> [ `Skip | `Yield of 'a | `Raise of exn ]) ‑> 'a t