Trait IFsrmDerivedObjectsResult_Impl
pub trait IFsrmDerivedObjectsResult_Impl: IDispatch_Impl {
// Required methods
fn DerivedObjects(&self) -> Result<IFsrmCollection>;
fn Results(&self) -> Result<IFsrmCollection>;
}
Required Methods§
fn DerivedObjects(&self) -> Result<IFsrmCollection>
fn Results(&self) -> Result<IFsrmCollection>
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.