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

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

An interface for handling requests.

Provided methods

fn destroy(&mut self, object: ZwpTabletSeatV2)

release the memory for the tablet seat object

Destroy the wp_tablet_seat object. Objects created from this object are unaffected and should be destroyed separately.

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

Loading content...

Implementors

Loading content...