ResourceStatRef

Type Alias ResourceStatRef 

Source
pub type ResourceStatRef = Arc<dyn ResourceStat + Send + Sync>;
Expand description

A reference to a ResourceStat implementation.

Aliased Typeยง

pub struct ResourceStatRef { /* private fields */ }