pub trait SegmentableItem: SSS { // Required method fn slice(&self, range: Range<usize>) -> Text<'_>; }