Trait ISearchResult_Impl
pub trait ISearchResult_Impl: IDispatch_Impl {
// Required methods
fn ResultCode(&self) -> Result<OperationResultCode>;
fn RootCategories(&self) -> Result<ICategoryCollection>;
fn Updates(&self) -> Result<IUpdateCollection>;
fn Warnings(&self) -> Result<IUpdateExceptionCollection>;
}
Required Methods§
fn ResultCode(&self) -> Result<OperationResultCode>
fn RootCategories(&self) -> Result<ICategoryCollection>
fn Updates(&self) -> Result<IUpdateCollection>
fn Warnings(&self) -> Result<IUpdateExceptionCollection>
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.