pub type BoxedBayesianObserver = Arc<dyn BayesianObserver>;Expand description
Shared-ownership type alias for a BayesianObserver implementation.
Aliased Typeยง
pub struct BoxedBayesianObserver { /* private fields */ }pub type BoxedBayesianObserver = Arc<dyn BayesianObserver>;Shared-ownership type alias for a BayesianObserver implementation.
pub struct BoxedBayesianObserver { /* private fields */ }