FlowStatProvider

Trait FlowStatProvider 

Source
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§

Source

async fn flow_stat(&self) -> FlowStat

Returns current runtime stats of an engine.

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.

Implementors§