Trait mz_sql::catalog::TypeReference
source · pub trait TypeReference {
type Reference: Clone + Debug + Eq + PartialEq;
}
Expand description
Represents a reference to type in the catalog
pub trait TypeReference {
type Reference: Clone + Debug + Eq + PartialEq;
}
Represents a reference to type in the catalog