pub type Sinks = Vec<Arc<dyn Sink>>;
Container type for Sinks.
Sink
pub struct Sinks { /* private fields */ }