pub trait IEnumSpellingError_Impl: Sized {
    // Required method
    fn Next(&self, value: *mut Option<ISpellingError>) -> HRESULT;
}

Required Methods§

fn Next(&self, value: *mut Option<ISpellingError>) -> HRESULT

Object Safety§

This trait is not object safe.

Implementors§