Macro aer::execute

source ·
macro_rules! execute {
    ($call:path, $req:ident) => { ... };
}
Expand description

Executes an rpc call with the default Client and prints the results.