[][src]Trait legion::storage::Tag

pub trait Tag: 'static + Clone + PartialEq<Self> + Send + Sync { }

A Tag is shared data that can be attached to multiple entities at once.

Implementors

impl<T> Tag for T where
    T: 'static + Clone + PartialEq<T> + Send + Sync
[src]

Loading content...