Type Alias FetchFuture

Source
pub type FetchFuture = Pin<Box<dyn Future<Output = Result<bool, Box<dyn Error>>> + Send + Sync>>;
Expand description

A future that returns a boolean.

Aliased Typeยง

struct FetchFuture {}