Trait screeps::constants::FindConstant [] [src]

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

Associated Types

Required Methods

Implementors