FutureLister

Type Alias FutureLister 

Source
pub type FutureLister<F> = OperatorFuture<ListOptions, Lister, 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 FutureLister<F> { /* private fields */ }