Skip to main content

TdcallEmitter

Trait TdcallEmitter 

Source
pub trait TdcallEmitter {
    // Required method
    fn tdcall(&mut self);
}
Expand description

Emits TDCALL.

Assembly forms: tdcall.

Required Methods§

Source

fn tdcall(&mut self)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§