pub type OwnedLabel = Option<String>;
Owned wgpu::Label.
wgpu::Label
pub enum OwnedLabel { None, Some(String), }
No value.
Some value of type T.
T