Skip to main content

IntoEmitter

Trait IntoEmitter 

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

Emits INTO.

Assembly forms: into.

Required Methods§

Source

fn into(&mut self)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§