pub trait IsCluster { type Tag; }
Marker trait implemented by Cluster locations, providing access to the cluster tag type.
Cluster
The phantom tag type that distinguishes this cluster from others.