Function adapton::catalog::collections::tree_of_list [] [src]

pub fn tree_of_list<Lev: Level, X: 'static + Hash + Clone + Debug, T: TreeIntro<Lev, X> + 'static, L: ListElim<X> + ListIntro<X> + 'static>(
    dir_list: Dir2,
    list: L
) -> T