pub trait IsCluster {
type Tag;
}Expand description
Marker trait implemented by Cluster locations, providing access to the cluster tag type.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".