pub type FrameStreamSink = Box<dyn Sink<Bytes, Error = Error> + Send + Unpin>;
pub struct FrameStreamSink(/* private fields */);