macro_rules! async_client_stream_receive {
    ($self: ident, $ctx: ident, $req: ident, $server: expr, $method: expr) => { ... };
}
Available on crate feature async only.
Expand description

Only receive streaming through async client.