StateReportHandler

Type Alias StateReportHandler 

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

Handle the size report request, and send the report back

Aliased Typeยง

pub struct StateReportHandler { /* private fields */ }