Type Definition topaz::MutComponent [] [src]

type MutComponent<T> = Option<RefCell<T>>;

Convenience type for defining mutable entity component fields.