Skip to main content

IMapSequenceEditor_SaveSequence_UploadConfirmDialog

Trait IMapSequenceEditor_SaveSequence_UploadConfirmDialog 

Source
pub trait IMapSequenceEditor_SaveSequence_UploadConfirmDialog: IYesNoDialog {
    // Provided methods
    fn m_cancel_callback(self) -> Action { ... }
    fn set_m_cancel_callback(self, value: Action) { ... }
}

Provided Methods§

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§