pub trait TableConstraintExt {
// Required method
fn normalize(self) -> TableConstraint;
}Expand description
Extension methods for normalizing TableConstraint instances.
pub trait TableConstraintExt {
// Required method
fn normalize(self) -> TableConstraint;
}Extension methods for normalizing TableConstraint instances.