pub type Sources = Vec<Box<dyn Source>>;
Type alias for easier usage of the library
pub struct Sources { /* private fields */ }