Skip to main content

IContentsRewardSequenceMethods

Trait IContentsRewardSequenceMethods 

Source
pub trait IContentsRewardSequenceMethods: IContentsRewardSequence {
    // Provided methods
    fn reword_all(self) { ... }
    fn get_desc(self) -> Array<ProcDesc> { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn reword_all(self)

RewordAll() overload

Source

fn get_desc(self) -> Array<ProcDesc>

GetDesc() 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: IContentsRewardSequence> IContentsRewardSequenceMethods for __T

Available on crate feature app-contentsrewardsequence only.