[][src]Type Definition quixutils::Future

type Future<T, E = Error> = dyn StdFuture<Item = T, Error = E>;