Module FormData.IteratorSource

Sourcemodule Next : sig ... end
Sourcetype 'a t
Sourceval next : 'a t -> 'a Next.t
Sourceval forEach : f:('a -> unit) -> 'a t -> unit