pub type BoxedTextureDescriptor<HandleType> = Box<dyn TextureDescriptorProvider<HandleType>>;

Aliased Type§

struct BoxedTextureDescriptor<HandleType>(/* private fields */);