Enum wayland_server::EventResult
[−]
[src]
pub enum EventResult<T> {
Sent(T),
Destroyed,
}Possible outcome of the call of a event on a resource
Variants
Sent(T)Message has been buffered and will be sent to client
DestroyedThis resource is already destroyed, request has been ignored