Skip to main content

Engine

Trait Engine 

Source
pub trait Engine: Send {
    // Required method
    fn push(&mut self, frame: AudioFrame) -> bool;
}

Required Methods§

Source

fn push(&mut self, frame: AudioFrame) -> bool

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§