pub trait AsDataSource<'a> { // Required methods fn convert(self) -> DataSource<'a>; fn name(&self) -> String; }