fidl_fuchsia_lowpan_device

Trait EnergyScanResultStreamProxyInterface

Source
pub trait EnergyScanResultStreamProxyInterface: Send + Sync {
    type NextResponseFut: Future<Output = Result<Vec<EnergyScanResult>, Error>> + Send;

    // Required method
    fn next(&self) -> Self::NextResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn next(&self) -> Self::NextResponseFut

Implementors§