wgpu_core

Trait LabelHelpers

Source
pub(crate) trait LabelHelpers<'a> {
    // Required methods
    fn to_hal(&'a self, flags: InstanceFlags) -> Option<&'a str>;
    fn to_string(&self) -> String;
}

Required Methods§

Source

fn to_hal(&'a self, flags: InstanceFlags) -> Option<&'a str>

Source

fn to_string(&self) -> String

Implementors§

Source§

impl<'a> LabelHelpers<'a> for Label<'a>