Skip to main content

ITestSequence2Methods

Trait ITestSequence2Methods 

Source
pub trait ITestSequence2Methods: ITestSequence2 {
    // Provided methods
    fn exec_test(self) { ... }
    fn tick_test(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn exec_test(self)

ExecTest() overload

Source

fn tick_test(self)

TickTest() 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: ITestSequence2> ITestSequence2Methods for __T

Available on crate feature root-testsequence2 only.