wayland_client::event_queue

Type Alias QueueCallback

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