pub trait IPrint3DWorkflowActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl {
// Required method
fn Workflow(&self) -> Result<Print3DWorkflow>;
}
Required Methods§
fn Workflow(&self) -> Result<Print3DWorkflow>
Object Safety§
This trait is not object safe.