QuerySetInterface

Trait QuerySetInterface 

Source
pub trait QuerySetInterface: CommonTraits {
    // Required method
    fn destroy(&self);
}
Available on custom only.

Required Methods§

Source

fn destroy(&self)

Implementors§

Source§

impl QuerySetInterface for CoreQuerySet

Available on wgpu_core only.