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§
Sourcefn simple_dance(self) -> IEnumerator
fn simple_dance(self) -> IEnumerator
SimpleDance() 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: IMapSequenceContract> IMapSequenceContractMethods for __T
Available on crate feature
app-mapsequencecontract only.