pub type FramedRead<S> = FramedRead<S, FrameCodec>;
pub struct FramedRead<S> { /* private fields */ }