flow::utils

Type Alias StateReportHandler

Source
pub type StateReportHandler = Receiver<Sender<FlowStat>>;
Expand description

Handle the size report request, and send the report back

Aliased Typeยง

struct StateReportHandler { /* private fields */ }