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

Required Associated Types§

source

type Reference: Clone + Debug + Eq + PartialEq

The actual type used to reference a CatalogType

Implementors§