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

Only send streaming through async client.