Type Alias Sources

Source
pub type Sources = Vec<Box<dyn Source>>;
Expand description

Type alias for easier usage of the library

Aliased Typeยง

pub struct Sources { /* private fields */ }