Skip to main content

BoxedBayesianObserver

Type Alias BoxedBayesianObserver 

Source
pub type BoxedBayesianObserver = Arc<dyn BayesianObserver>;
Expand description

Shared-ownership type alias for a BayesianObserver implementation.

Aliased Typeยง

pub struct BoxedBayesianObserver { /* private fields */ }