[][src]Trait wayland_protocols::unstable::tablet::v2::server::zwp_tablet_v2::RequestHandler

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

An interface for handling requests.

Provided methods

fn destroy(&mut self, object: ZwpTabletV2)

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...