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