#[derive(Debug)] pub struct PlainList<'s> { pub source: &'s str, }