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