pub trait IVdsServiceInitialization_Impl: Sized {
    // Required method
    fn Initialize(&self, pwszmachinename: &PCWSTR) -> Result<()>;
}

Required Methods§

fn Initialize(&self, pwszmachinename: &PCWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§