[−][src]Trait screeps::objects::HasStore
Trait for all wrappers over Screeps JavaScript objects with a
store
property.
Contracts
The JavaScript object referenced by the return of AsRef<Reference>::as_ref
must have a store
property.
The store
property must be a dict from string resource types to integers,
and have the getCapacity
, getFreeCapacity
, and getUsedCapacity
functions