pub trait IPreferredRuntimeTypeConcept_Impl: Sized {
    // Required method
    fn CastToPreferredRuntimeType(
        &self,
        contextobject: Option<&IModelObject>,
    ) -> Result<IModelObject>;
}

Required Methods§

fn CastToPreferredRuntimeType( &self, contextobject: Option<&IModelObject>, ) -> Result<IModelObject>

Object Safety§

This trait is not object safe.

Implementors§