Struct wayland_client::EnvNotify [] [src]

pub struct EnvNotify<ID> { /* fields omitted */ }

An implementation to receive globals notifications for the EnvHandler

You can provide this implementation to have the EnvHandler notify you about new globals in addition to processing them.

See EnvHandler::init_with_notify(..).