pub trait IWPCProviderState_Impl: Sized {
    // Required methods
    fn Enable(&self) -> Result<()>;
    fn Disable(&self) -> Result<()>;
}

Required Methods§

fn Enable(&self) -> Result<()>

fn Disable(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§