pub trait IADsOctetList_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn OctetList(&self) -> Result<VARIANT>;
    fn SetOctetList(&self, voctetlist: &VARIANT) -> Result<()>;
}

Required Methods§

fn OctetList(&self) -> Result<VARIANT>

fn SetOctetList(&self, voctetlist: &VARIANT) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§