Module type Trie.Key

module type Key = sig .. end

type t 
module Part: sig .. end
val iter : t -> f:(Part.t -> unit) -> unit