pub trait ControlSourceExt: 'static {
    // Required method
    fn value(&self, timestamp: ClockTime) -> Option<f64>;
}

Required Methods§

source

fn value(&self, timestamp: ClockTime) -> Option<f64>

Implementors§