Type Alias GenericSink

Source
pub type GenericSink<T, E> = Pin<Box<dyn Sink<T, Error = E> + Send + Sync + 'static>>;

Aliased Typeยง

pub struct GenericSink<T, E> { /* private fields */ }