through_nested_list

Function through_nested_list 

Source
fn through_nested_list<T, F>(sexp: &Sexp, at_bottom: F) -> T
where F: Fn(&Sexp) -> T,