Function smithay_client_toolkit::registry::bind_all

source ยท
pub(crate) fn bind_all<I, D, U, F>(
    registry: &WlRegistry,
    globals: &[Global],
    qh: &QueueHandle<D>,
    version: RangeInclusive<u32>,
    make_udata: F,
) -> Result<Vec<I>, BindError>
where D: Dispatch<I, U> + 'static, I: Proxy + 'static, F: FnMut(u32) -> U, U: Send + Sync + 'static,
Expand description

Binds all globals with a given interface.