FutureStat

Type Alias FutureStat 

Source
pub type FutureStat<F> = OperatorFuture<StatOptions, Metadata, F>;
Expand description

Future that generated by Operator::stat_with.

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

Aliased Typeยง

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