Type Alias iced::widget::shader::wgpu::hal::DropGuard

pub type DropGuard = Box<dyn Any + Send + Sync>;
Available on crate feature wgpu only.
Expand description

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

Aliased Type§

struct DropGuard(/* private fields */);