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 Futurewill beSendfor all targets butwasm32`.