pub trait FlowStatProvider {
// Required method
async fn flow_stat(&self) -> FlowStat;
}Expand description
Provides flow runtime statistics for information schema and heartbeat reporting.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.