Macro async_h1::read_to_end[][src]

macro_rules! read_to_end {
    ($expr:expr) => { ... };
}

like ready! but early-returns the Poll<Result> early in all situations other than Ready(Ok(0))