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