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