Trait EnergyScanProxyInterface

Source
pub trait EnergyScanProxyInterface: Send + Sync {
    // Required method
    fn start_energy_scan(
        &self,
        params: &EnergyScanParameters,
        stream: ServerEnd<EnergyScanResultStreamMarker>,
    ) -> Result<(), Error>;
}

Required Methods§

Implementors§