pub trait Source<'s> { fn get_source(&'s self) -> &'s str; }