Trait windows::Win32::Devices::Geolocation::ILocationPower_Impl
pub trait ILocationPower_Impl: Sized {
// Required methods
fn Connect(&self) -> Result<()>;
fn Disconnect(&self) -> Result<()>;
}
Required Methods§
fn Connect(&self) -> Result<()>
fn Disconnect(&self) -> Result<()>
Object Safety§
This trait is not object safe.