Trait wayland_server::protocol::wl_output::Handler [] [src]

pub trait Handler {
    fn release(&mut self, evqh: &mut EventLoopHandle, client: &Client, resource: &WlOutput) { ... }
}

Provided Methods

release the output object

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

This is a destructor, you cannot send events to this object once this method is called.

Implementors