pub trait InterfaceDiscoveryStorage {
type ValidationCache: DiscoveryValidationCache;
type Catalog: DiscoveryCatalogTable;
type Connections: DiscoveredConnectionTable;
type ReservedEndpoints: DiscoveredEndpointSet;
}Required Associated Types§
type ValidationCache: DiscoveryValidationCache
type Catalog: DiscoveryCatalogTable
type Connections: DiscoveredConnectionTable
type ReservedEndpoints: DiscoveredEndpointSet
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".