Skip to main content

ScanCallback

Type Alias ScanCallback 

Source
pub type ScanCallback = Arc<dyn Fn(&str) -> ScalarValue + Send + Sync>;
Expand description

Callback invoked by the scan scheduler; returns the new value for the PV.

Aliased Typeยง

pub struct ScanCallback { /* private fields */ }