pub type FrameSender<T> = SplitSink<Framed<TcpStream, AnyDelimiterCodec>, T>;
tokio
struct FrameSender<T> { /* private fields */ }