Function ute::identify_tile[][src]

pub fn identify_tile(tile: &mut Tile) -> Result<Tile, Box<dyn Error>>
Expand description

takes in a mutable Tile ref (tile: &Tile) and returns a (String) with a new “tile_id” value based on the tile field information. EXAMPLE: identify_tile(tile) -> tile (it now has a tile_id)