Trait gg::traits::HasId [] [src]

pub trait HasId {
    fn get_id(&self) -> usize;
}

Allows us to verify that there is a way to get an id for this

Required Methods

fn get_id(&self) -> usize

The id of a scene to identify it

Implementors