Skip to main content

IsCluster

Trait IsCluster 

Source
pub trait IsCluster {
    type Tag;
}
Expand description

Marker trait implemented by Cluster locations, providing access to the cluster tag type.

Required Associated Types§

Source

type Tag

The phantom tag type that distinguishes this cluster from others.

Implementors§

Source§

impl<C> IsCluster for Cluster<'_, C>

Source§

type Tag = C