pub trait DelimiterSupport<'a> { type O; // Required method fn with_delimiter(self, delimiter: &'a str) -> Self::O; }