windows::Win32::Globalization

Trait IEnumSpellingError_Impl

pub trait IEnumSpellingError_Impl: IUnknownImpl {
    // Required method
    fn Next(&self, value: OutRef<'_, ISpellingError>) -> HRESULT;
}

Required Methods§

fn Next(&self, value: OutRef<'_, ISpellingError>) -> HRESULT

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§