[][src]Trait wayland_protocols::unstable::tablet::v1::server::zwp_tablet_v1::RequestHandler

pub trait RequestHandler {
    fn destroy(&mut self, object: ZwpTabletV1) { ... }
}

An interface for handling requests.

Provided methods

fn destroy(&mut self, object: ZwpTabletV1)

destroy the tablet object

This destroys the client's resource for this tablet object.

This is a destructor, you cannot send requests to this object any longer once this method is called.

Loading content...

Implementors

Loading content...