Function mz_sql::ast::fold::fold_key_constraint

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