pub trait CustomConvertions { // Required method fn to_line<'a>(&'a mut self) -> RopeyResult<Line<'a>>; }