pub trait Healable: AsRef<RoomObject> { }Expand description
Trait for all wrappers over Screeps JavaScript objects which can be the
target of Creep.heal.
Contracts
The reference returned from AsRef<RoomObject>::as_ref must be a valid
target for Creep.heal.