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.

Implementors§