wgpu_hal

Type Alias DropGuard

Source
pub type DropGuard = Box<dyn Any + Send + Sync>;
Expand description

Drop guard to signal wgpu-hal is no longer using an externally created object.

Aliased Typeยง

struct DropGuard(/* private fields */);