Trait wayland_client::GlobalImplementor [−][src]
pub trait GlobalImplementor<I: Interface> { fn new_global(&mut self, global: NewProxy<I>) -> Proxy<I>; fn error(&mut self, _version: u32) { ... } }
pub trait GlobalImplementor<I: Interface> { fn new_global(&mut self, global: NewProxy<I>) -> Proxy<I>; fn error(&mut self, _version: u32) { ... } }
fn new_global(&mut self, global: NewProxy<I>) -> Proxy<I>