pub type TFramedAsyncDuplex<T, K> = Framed<Pin<Box<K>>, GenericCodec<T>>;
pub struct TFramedAsyncDuplex<T, K> { /* private fields */ }