pub trait SampledBindFn:
Send
+ Sync
+ 'static {
// Required method
fn call(&self, input: SampledValue) -> ConstTree<UncertainNodeContent>;
}pub trait SampledBindFn:
Send
+ Sync
+ 'static {
// Required method
fn call(&self, input: SampledValue) -> ConstTree<UncertainNodeContent>;
}