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

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

A framed connection from the server’s perspective.