Trait shard_ecs::HandleType[][src]

pub trait HandleType: Debug + Copy + Clone + Send + ToPrimitive + FromPrimitive + Bounded + PrimInt + PartialEq + Num + Unsigned + AddAssign + Eq + PartialEq + Hash { }

Implementations on Foreign Types

Implementors