Trait wayland_server::protocol::wl_keyboard::Handler [] [src]

pub trait Handler {
    fn release(
        &mut self,
        evqh: &mut EventLoopHandle,
        client: &Client,
        resource: &WlKeyboard
    ) { ... } }

Provided Methods

release the keyboard object

This is a destructor, you cannot send events to this object once this method is called.

Implementors