Trait windows::Win32::System::ParentalControls::IWPCProviderState_Impl
pub trait IWPCProviderState_Impl: Sized {
// Required methods
fn Enable(&self) -> Result<()>;
fn Disable(&self) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.