[][src]Trait wayland_client::protocol::wl_keyboard::RequestsTrait

pub trait RequestsTrait {
    fn release(&self);
}

Required methods

fn release(&self)

release the keyboard object

This is a destructor, you cannot send requests to this object any longer once this method is called. Only available since version 3 of the interface.

Loading content...

Implementors

impl RequestsTrait for Proxy<WlKeyboard>[src]

Loading content...