pub trait TypeReference {
type Reference: Clone + Debug + Eq + PartialEq;
}Expand description
Represents a reference to type in the catalog
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".