Function dataflowd::tcp::framed_server[][src]

pub fn framed_server<C>(conn: C) -> FramedServer<C> where
    C: AsyncRead + AsyncWrite
Expand description

Constructs a framed connection for the server.