Skip to main content

ClcEmitter

Trait ClcEmitter 

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

Emits CLC.

Assembly forms: clc.

Required Methods§

Source

fn clc(&mut self)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§