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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§