windows::Win32::UI::Accessibility

Trait ISpreadsheetItemProvider_Impl

pub trait ISpreadsheetItemProvider_Impl: IUnknownImpl {
    // Required methods
    fn Formula(&self) -> Result<BSTR>;
    fn GetAnnotationObjects(&self) -> Result<*mut SAFEARRAY>;
    fn GetAnnotationTypes(&self) -> Result<*mut SAFEARRAY>;
}

Required Methods§

fn Formula(&self) -> Result<BSTR>

fn GetAnnotationObjects(&self) -> Result<*mut SAFEARRAY>

fn GetAnnotationTypes(&self) -> Result<*mut SAFEARRAY>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§