Trait WirelessDeviceProxy

Source
pub trait WirelessDeviceProxy {
    // Required method
    fn get_access_points(&self) -> Result<Vec<OwnedObjectPath>>;
}

Required Methods§

Implementors§