pub trait IADsSyntax_Impl: Sized + IADs_Impl {
    // Required methods
    fn OleAutoDataType(&self) -> Result<i32>;
    fn SetOleAutoDataType(&self, lnoleautodatatype: i32) -> Result<()>;
}

Required Methods§

fn OleAutoDataType(&self) -> Result<i32>

fn SetOleAutoDataType(&self, lnoleautodatatype: i32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§