Skip to main content

FetchFutures

Type Alias FetchFutures 

Source
type FetchFutures<'a> = FuturesUnordered<BoxFuture<'a, (Key, Result<Arc<Outcome>, Failure>)>>;

Aliased Typeยง

struct FetchFutures<'a> { /* private fields */ }