Trait wayland_commons::map::ObjectMetadata[][src]

pub trait ObjectMetadata: Clone {
    fn child(&self) -> Self;
}

A trait representing the metadata a wayland implementation may attach to an object.

Required Methods

Create the metadata for a child object

Mostly needed for client side, to propagate the event queues

Implementors