Struct jsonrpc_http_server::tokio_core::io::ReadHalf
[−]
[src]
pub struct ReadHalf<T> { /* fields omitted */ }
Deprecated
: moved to the tokio-io
crate
The readable half of an object returned from Io::split
.
Methods
impl<T> ReadHalf<T> where
T: Io,
[src]
T: Io,
fn poll_read(&mut self) -> Async<()>
[src]
Deprecated
: moved to the tokio-io
crate
Calls the underlying poll_read
function on this handling, testing to
see if it's ready to be read from.
Trait Implementations
impl<T> Read for ReadHalf<T> where
T: Read,
[src]
T: Read,