Module Trakeva.Key_in_collection (.ml)

module Key_in_collection: sig .. end

type t = {
   key : string;
   collection : string option;
}
Represent keys that may optionally belong to a collection.
val create : ?collection:string -> string -> t
val to_string : t -> string