pub trait ICommandLineActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl {
    // Required method
    fn Operation(&self) -> Result<CommandLineActivationOperation>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§