[−][src]Trait wayland_client::protocol::wl_callback::EventHandler
An interface for handling events.
Provided methods
fn done(&mut self, object: WlCallback, callback_data: u32)
done event
Notify the client when the related request is done.
This is a destructor, you cannot send requests to this object any longer once this method is called.