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

Object Safety§

This trait is not object safe.

Implementors§