pub trait IFsrmDerivedObjectsResult_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn DerivedObjects(&self) -> Result<IFsrmCollection>;
    fn Results(&self) -> Result<IFsrmCollection>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§