windows::Win32::System::ParentalControls

Trait IWPCProviderSupport_Impl

pub trait IWPCProviderSupport_Impl: IUnknownImpl {
    // Required method
    fn GetCurrent(&self) -> Result<GUID>;
}

Required Methods§

fn GetCurrent(&self) -> Result<GUID>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§