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

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

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

Required methods

fn child(&self) -> Self

Create the metadata for a child object

Mostly needed for client side, to propagate the event queues

Loading content...

Implementations on Foreign Types

impl ObjectMetadata for ()[src]

Loading content...

Implementors

Loading content...