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]
T: Io,
fn poll_write(&mut self) -> Async<()>
[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]
T: Write,