pub trait StrExt { // Required methods fn has_linebreak(&self) -> bool; fn count_linebreaks(&self) -> usize; }