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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

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

Source§

type Tag = C