Macro async_h1::read_to_end
source · macro_rules! read_to_end { ($expr:expr) => { ... }; }
Expand description
like ready! but early-returns the Poll<Result
macro_rules! read_to_end { ($expr:expr) => { ... }; }
like ready! but early-returns the Poll<Result