Macro aer::execute_server_streaming
source · macro_rules! execute_server_streaming { ($call:path, $req:ident) => { ... }; }
Expand description
Executes an rpc call with the default Client
and prints the results.
For use with server streaming requests.
The initial response will be printed, followed by printing the stream of messages.