pub trait QuerySetInterface: CommonTraits {
// Required methods
fn destroy(&self);
fn ty(&self) -> QueryType;
fn count(&self) -> u32;
}Available on
custom only.Required Methods§
Implementors§
impl QuerySetInterface for CoreQuerySet
Available on
wgpu_core only.