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

pub type Label<'a> = Option<&'a str>;
Available on crate feature wgpu only.

Aliased Type§

enum Label<'a> {
    None,
    Some(&'a str),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(&'a str)

Some value of type T.