Trait wgpu_core::hub::IdentityHandler[][src]

pub trait IdentityHandler<I>: Debug {
    type Input: Clone + Debug;
    fn process(&self, id: Self::Input, backend: Backend) -> I;
fn free(&self, id: I); }

Associated Types

Required methods

Implementations on Foreign Types

Implementors