pub type ExternalPvResolver = Arc<dyn Fn(&str) -> Option<EpicsValue> + Send + Sync>;Expand description
Callback for resolving external PV names (CA/PVA links). Returns the current value of the external PV, or None if unavailable.
Aliased Type§
pub struct ExternalPvResolver { /* private fields */ }