pub trait IRoleAssociationUtil_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn AssociateRole(&self, bstrroleid: &BSTR) -> Result<()>;
    fn AssociateRoleByName(&self, bstrrolename: &BSTR) -> Result<()>;
}

Required Methods§

fn AssociateRole(&self, bstrroleid: &BSTR) -> Result<()>

fn AssociateRoleByName(&self, bstrrolename: &BSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§