pub type IoSink<T> = Box<dyn Sink<SinkItem = T, SinkError = Error>>;
pub struct IoSink<T>(/* private fields */);