pub trait QuerySetInterface: CommonTraits {
// Required method
fn destroy(&self);
}Available on
custom only.Required Methods§
Implementors§
impl QuerySetInterface for CoreQuerySet
Available on
wgpu_core only.