Struct jsonrpc::service_util::WriteLineMessageWriter [] [src]

pub struct WriteLineMessageWriter<T: Write>(pub T);

Handle a message simply by writing to a io::Write and appending a newline. This is of use mainly for tests and example code.

Trait Implementations

impl<T: Write> MessageWriter for WriteLineMessageWriter<T>
[src]