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

pub fn trie_fold<X, T: TrieElim<X>, Res: Hash + Debug + Eq + Clone + 'static, F: 'static>(
    t: T,
    res: Res,
    f: Rc<F>
) -> Res where
    F: Fn(X, Res) -> Res,