Skip to main content

SharedObserver

Type Alias SharedObserver 

Source
pub type SharedObserver = Arc<dyn CorsaObserver>;
Expand description

Shared observer handle used across configs and transports.

Aliased Typeยง

pub struct SharedObserver { /* private fields */ }