ai_descriptor

Trait ItemFeature

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

Required Methods§

Source

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

Implementors§