pub type Framed<C, T, U> = Framed<Framed<C, LengthDelimitedCodec>, T, U, Bincode<T, U>>;
Expand description

A framed connection to a storage server.