Macro azure_core::future

source ·
macro_rules! future {
    ($name:ident) => { ... };
    ($name:ident<$($generic:ident)?>) => { ... };
}
Expand description

Declare a Future with the given name

Future::Output will be set to azure_core::Result<$NAMEResponse>. The Future will be Send for all targets but wasm32.