Trait screeps::constants::LookConstant [] [src]

pub unsafe trait LookConstant {
    type Item: TryFrom<Value, Error = <Reference as TryFrom<Value>>::Error>;
    fn look_code(&self) -> Look;
}

Associated Types

Required Methods

Implementors