Trait wayland_commons::map::ObjectMetadata
source · pub trait ObjectMetadata: Clone {
// Required method
fn child(&self) -> Self;
}
Expand description
A trait representing the metadata a wayland implementation may attach to an object.
Required Methods§
Object Safety§
This trait is not object safe.