pub trait Tdcall {
// Required method
fn tdcall(&mut self, input: TdcallInput) -> TdcallOutput;
}
Expand description
Trait to perform tdcalls used by this module.
Required Methods§
Sourcefn tdcall(&mut self, input: TdcallInput) -> TdcallOutput
fn tdcall(&mut self, input: TdcallInput) -> TdcallOutput
Perform a tdcall instruction with the specified inputs.