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