Trait wgpu_core::hub::IdentityHandlerFactory [−][src]
pub trait IdentityHandlerFactory<I> { type Filter: IdentityHandler<I>; fn spawn(&self, min_index: u32) -> Self::Filter; }
Associated Types
type Filter: IdentityHandler<I>
[src]
Required methods
Loading content...Implementors
impl<I: TypedId + Debug> IdentityHandlerFactory<I> for IdentityManagerFactory
[src]
impl<I: TypedId + Debug> IdentityHandlerFactory<I> for IdentityManagerFactory
[src]