ai_descriptor

Trait ItemWithFeatures

Source
pub trait ItemWithFeatures {
    // Required methods
    fn header(&self) -> Cow<'_, str>;
    fn features(&self) -> Vec<Cow<'_, str>>;
}

Required Methods§

Source

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

Source

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

Implementors§