Trait IdentityHandlerFactory
wgpu_core::hub
pub trait IdentityHandlerFactory<I> { type Filter: IdentityHandler<I>; fn spawn(&self, min_index: u32) -> Self::Filter; }
type Filter: IdentityHandler<I>
fn spawn(&self, min_index: u32) -> Self::Filter
impl<I: TypedId + Debug> IdentityHandlerFactory<I> for IdentityManagerFactory
type Filter = Mutex<IdentityManager>