Type Alias otlp_embedded::StateRef

source ·
pub type StateRef = Arc<RwLock<State>>;
Expand description

A reference to the State.

Aliased Type§

struct StateRef { /* private fields */ }