create_prefix_tree

Function create_prefix_tree 

Source
pub fn create_prefix_tree(words: &[&str]) -> PrefixTree<char, bool>