pub trait IContentsRewardSequenceMethods: IContentsRewardSequence {
// Provided methods
fn reword_all(self) { ... }
fn get_desc(self) -> Array<ProcDesc> { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn reword_all(self)
fn reword_all(self)
RewordAll() 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§
impl<__T: IContentsRewardSequence> IContentsRewardSequenceMethods for __T
Available on crate feature
app-contentsrewardsequence only.