[][src]Trait gui::Object

pub trait Object: Debug {
    fn id(&self) -> Id;
}

An Object represents a first-class entity in a UI.

Required methods

fn id(&self) -> Id

Retrieve this object's Id.

Loading content...

Implementors

Loading content...