Function syn::fold::fold_bound_lifetimes[][src]

pub fn fold_bound_lifetimes<F>(
    f: &mut F,
    node: BoundLifetimes
) -> BoundLifetimes where
    F: Fold + ?Sized
This is supported on crate feature fold only.