Inserts a value into the Trie, associating it with a sequence of keys. # Arguments - `key`: An iterable sequence of keys (e.g., characters in a string or integers in a vector). - `value`: The value to associate with the sequence of keys.
(&mut self, key: impl IntoIterator<Item = Key>, value: Type)
source not stored for this graph (policy: none)
no outgoing calls