Function fold_key_constraint

Source
pub fn fold_key_constraint<F, T: AstInfo, T2: AstInfo>(
    folder: &mut F,
    node: KeyConstraint,
) -> KeyConstraint
where F: Fold<T, T2> + ?Sized,