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

pub fn fold_bound_lifetimes<F: ?Sized>(
    f: &mut F,
    node: BoundLifetimes
) -> BoundLifetimes where
    F: Fold