[][src]Trait wayland_protocols::unstable::xdg_output::v1::server::zxdg_output_v1::RequestHandler

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

An interface for handling requests.

Provided methods

fn destroy(&mut self, object: ZxdgOutputV1)

destroy the xdg_output object

Using this request a client can tell the server that it is not going to use the xdg_output object anymore.

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

Loading content...

Implementors

Loading content...