Type Definition dataflowd::tcp::FramedClient[][src]

pub type FramedClient<C> = Framed<C, Response, Command>;
Expand description

A framed connection from the client’s perspective.