Trait wayland_client::Implementable [] [src]

pub unsafe trait Implementable<ID: 'static>: Proxy {
    type Implementation: PartialEq + Copy + 'static;
}

Common trait for wayland objects that can be registered to an EventQueue

Associated Types

The type containing the implementation for the event callbacks

Implementors