[][src]Trait goggles::world_common::Component

pub trait Component: Sized {
    type Storage: RawStorage<Item = Self>;
}

A trait for component types that associates their storage type with the component type itself.

Associated Types

type Storage: RawStorage<Item = Self>

Loading content...

Implementors

Loading content...