Trait IActionFeedbackHandler_Impl
pub trait IActionFeedbackHandler_Impl: IUnknownImpl {
// Required method
fn ProcessFeedbackAsync(
&self,
context: Ref<'_, ActionInvocationContext>,
feedback: Ref<'_, ActionFeedback>,
) -> Result<IAsyncAction>;
}Required Methods§
fn ProcessFeedbackAsync( &self, context: Ref<'_, ActionInvocationContext>, feedback: Ref<'_, ActionFeedback>, ) -> Result<IAsyncAction>
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.