Type Definition helium_api::Future

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

A type alias for Future that may return crate::error::Error