Type Definition hubcaps::Future

source ·
pub type Future<T> = Box<dyn StdFuture<Item = T, Error = Error> + Send>;
Expand description

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