Module type Adaptor.Key_value.S

module type S = sig .. end
Output signature for Adaptor.Key_value.Make.

include Adaptor.Key_value.SPEC
val adaptor : Adaptor.adaptor
Adaptor for a custom key-value.
val fitting : Adaptor.fitting_adaptor
Fitting for a custom key-value.
val reader : Reader.t
Reader for a custom key-value.
val splitter : Adaptor.splitter
Splitter for a custom key-value.