pub fn fold_lifetime_def<F>(f: &mut F, node: LifetimeDef) -> LifetimeDef where
    F: Fold + ?Sized
Available on crate feature fold only.