windows::ApplicationModel::Activation

Trait IPrint3DWorkflowActivatedEventArgs_Impl

pub trait IPrint3DWorkflowActivatedEventArgs_Impl: IActivatedEventArgs_Impl {
    // Required method
    fn Workflow(&self) -> Result<Print3DWorkflow>;
}

Required Methods§

fn Workflow(&self) -> Result<Print3DWorkflow>

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.

Implementors§