Skip to main content

ISearchResultHandler_1Methods

Trait ISearchResultHandler_1Methods 

Source
pub trait ISearchResultHandler_1Methods<T0: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn is_result_included(self, result: SearchResult) -> bool
       where Self: Sized + Into<IlInstance> { ... }
    fn create_object(self, result: SearchResult) -> T0
       where Self: Sized + Into<IlInstance> { ... }
    fn ctor(self)
       where Self: Sized { ... }
}

Provided Methods§

Source

fn is_result_included(self, result: SearchResult) -> bool
where Self: Sized + Into<IlInstance>,

Source

fn create_object(self, result: SearchResult) -> T0
where Self: Sized + Into<IlInstance>,

Source

fn ctor(self)
where Self: Sized,

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§