[][src]Trait legion_core::storage::Tag

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

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

Implementors

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

Loading content...