FetchFunction

Type Alias FetchFunction 

Source
pub type FetchFunction<C> = Arc<Box<dyn Fn(&C) -> FetchFuture + Send + Sync>>;
Expand description

A function that returns a fetch future.

Aliased Typeยง

pub struct FetchFunction<C> { /* private fields */ }