[][src]Trait wayland_server::protocol::wl_touch::RequestHandler

pub trait RequestHandler {
    fn release(&mut self, object: WlTouch) { ... }
}

An interface for handling requests.

Provided methods

fn release(&mut self, object: WlTouch)

release the touch 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

Loading content...