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

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

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

Implementations on Foreign Types

Implementors