windows::ApplicationModel::Search

Trait ISearchPaneQueryChangedEventArgs_Impl

pub trait ISearchPaneQueryChangedEventArgs_Impl: IUnknownImpl {
    // Required methods
    fn QueryText(&self) -> Result<HSTRING>;
    fn Language(&self) -> Result<HSTRING>;
    fn LinguisticDetails(&self) -> Result<SearchPaneQueryLinguisticDetails>;
}

Required Methods§

fn QueryText(&self) -> Result<HSTRING>

fn Language(&self) -> Result<HSTRING>

fn LinguisticDetails(&self) -> Result<SearchPaneQueryLinguisticDetails>

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§