Skip to main content

IMapSequenceContractMethods

Trait IMapSequenceContractMethods 

Source
pub trait IMapSequenceContractMethods: IMapSequenceContract {
    // Provided methods
    fn ctor(self) { ... }
    fn calculate(self) { ... }
    fn branch(self) { ... }
    fn simple_dance(self) -> IEnumerator { ... }
    fn commit(self) { ... }
    fn grow(self) { ... }
    fn god_exp(self) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn calculate(self)

Calculate() overload

Source

fn branch(self)

Branch() overload

Source

fn simple_dance(self) -> IEnumerator

SimpleDance() overload

Source

fn commit(self)

Commit() overload

Source

fn grow(self)

Grow() overload

Source

fn god_exp(self)

GodExp() 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: IMapSequenceContract> IMapSequenceContractMethods for __T

Available on crate feature app-mapsequencecontract only.