Skip to main content

ICommonRewardSequence_ProcDiscardMessageMethods

Trait ICommonRewardSequence_ProcDiscardMessageMethods 

Source
pub trait ICommonRewardSequence_ProcDiscardMessageMethods: ICommonRewardSequence_ProcDiscardMessage {
    // Provided methods
    fn show(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn show(self)

Show() overload

Source

fn ctor(self)

.ctor() overload

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§

Source§

impl<__T: ICommonRewardSequence_ProcDiscardMessage> ICommonRewardSequence_ProcDiscardMessageMethods for __T

Available on crate feature app-commonrewardsequence only.