Trait map_editor::world::ObjectID[][src]

pub trait ObjectID: Clone + Copy + Debug + Eq + Hash {
    fn zorder(&self) -> usize;
}

Required methods

Implementors