Macro async_h1::read_to_end

source ·
macro_rules! read_to_end {
    ($expr:expr) => { ... };
}
Expand description

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