pub trait CharStream: IntStream { // Required method fn text(&self, interval: TextInterval) -> String; }