[][src]Trait wgpu_core::hub::IdentityHandlerFactory

pub trait IdentityHandlerFactory<I> {
    type Filter: IdentityHandler<I>;
    fn spawn(&self, min_index: u32) -> Self::Filter;
}

Associated Types

type Filter: IdentityHandler<I>

Loading content...

Required methods

fn spawn(&self, min_index: u32) -> Self::Filter

Loading content...

Implementors

impl<I: TypedId + Debug> IdentityHandlerFactory<I> for IdentityManagerFactory[src]

type Filter = Mutex<IdentityManager>

Loading content...