pub trait Withdrawable: AsRef<RoomObject> { }
Expand description

Trait for all wrappers over Screeps JavaScript objects which can be the target of Creep.withdraw.

Contracts

The reference returned from AsRef<RoomObject>::as_ref must be a valid target for Creep.withdraw.

Implementors§