pub trait IWiaNotifyDevMgr_Impl: Sized {
    // Required method
    fn NewDeviceArrival(&self) -> Result<()>;
}

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§