Skip to main content

StringableKeyword

Trait StringableKeyword 

Source
pub trait StringableKeyword {
    // Required method
    fn get_str(&self) -> Cow<'_, str>;
}

Required Methods§

Source

fn get_str(&self) -> Cow<'_, str>

Implementors§