Struct jsonrpc_http_server::tokio_core::io::WriteHalf [] [src]

pub struct WriteHalf<T> { /* fields omitted */ }
Deprecated

: moved to the tokio-io crate

The writable half of an object returned from Io::split.

Methods

impl<T> WriteHalf<T> where
    T: Io
[src]

[src]

Deprecated

: moved to the tokio-io crate

Calls the underlying poll_write function on this handling, testing to see if it's ready to be written to.

Trait Implementations

impl<T> Write for WriteHalf<T> where
    T: Write
[src]

[src]

Deprecated

: moved to the tokio-io crate

[src]

Deprecated

: moved to the tokio-io crate