Type Definition topaz::Component [] [src]

type Component<T> = Option<Rc<T>>;

Convenience type for defining immutable entity component fields.