Type Definition azure_rust::Future

source · []
pub type Future<T> = Pin<Box<dyn StdFuture<Output = Result<T>> + Send>>;
Expand description

A type alias for Futures that may return azure_rs::Errors