tdcall

Trait Tdcall

Source
pub trait Tdcall {
    // Required method
    fn tdcall(&mut self, input: TdcallInput) -> TdcallOutput;
}
Expand description

Trait to perform tdcalls used by this module.

Required Methods§

Source

fn tdcall(&mut self, input: TdcallInput) -> TdcallOutput

Perform a tdcall instruction with the specified inputs.

Implementors§