Trait wayland_client::protocol::wl_callback::Handler [] [src]

pub trait Handler {
    fn done(
        &mut self,
        evqh: &mut EventQueueHandle,
        proxy: &WlCallback,
        callback_data: u32
    ) { ... } }

Provided Methods

done event

Notify the client when the related request is done.

Implementors