FutureList

Type Alias FutureList 

Source
pub type FutureList<F> = OperatorFuture<ListOptions, Vec<Entry>, F>;
Expand description

Future that generated by Operator::list_with or Operator::lister_with.

Users can add more options by public functions provided by this struct.

Aliased Typeยง

pub struct FutureList<F> { /* private fields */ }