pub trait IACList_Impl: Sized {
    // Required method
    fn Expand(&self, pszexpand: &PCWSTR) -> Result<()>;
}

Required Methods§

fn Expand(&self, pszexpand: &PCWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§