Type Alias wayland_client::event_queue::QueueCallback

source ยท
type QueueCallback<State> = fn(_: &Connection, _: Message<ObjectId, OwnedFd>, _: &mut State, _: Arc<dyn ObjectData>, _: &QueueHandle<State>) -> Result<(), DispatchError>;