Skip to main content

UniqueType

Trait UniqueType 

pub trait UniqueType: Sealed { }
Expand description

Marker trait to make a type eligible to be used in Unique<T>.

Implementors§

§

impl<K, V> UniqueType for Dictionary<K, V>
where K: Element, V: Element,

§

impl<T> UniqueType for Gd<T>
where T: GodotClass,

§

impl<V> UniqueType for Array<V>
where V: Element,