[][src]Function adapton::catalog::collections::trie::trie_of_list

pub fn trie_of_list<X: Hash + Clone + Debug + 'static, T: TrieIntro<X> + 'static, L: ListElim<X> + ListIntro<X> + 'static>(
    list: L
) -> T