pub trait IDynamicHWHandler_Impl: Sized {
    // Required method
    fn GetDynamicInfo(
        &self,
        pszdeviceid: &PCWSTR,
        dwcontenttype: u32
    ) -> Result<PWSTR>;
}

Required Methods§

fn GetDynamicInfo( &self, pszdeviceid: &PCWSTR, dwcontenttype: u32 ) -> Result<PWSTR>

Object Safety§

This trait is not object safe.

Implementors§