pub trait CatalogService: Serialize {
const REFERENCE: &'static str;
}Expand description
A provisionable catalog service: a typed config bound to a catalog reference.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".