pub trait IWscProduct3_Impl: Sized + IWscProduct2_Impl {
    // Required method
    fn AntivirusDaysUntilExpired(&self) -> Result<u32>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§