Type Alias nannou::wgpu::Label

source ·
pub type Label<'a> = Option<&'a str>;
Expand description

Object debugging label.

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.