pub type StrongRuntimeObserver<O> = Arc<Mutex<O>>;
Expand description

A strong reference to the observer

Aliased Type§

struct StrongRuntimeObserver<O> { /* private fields */ }