Trait basic_dsp_vector::combined_ops::PreparedOperation1Exec [] [src]

pub trait PreparedOperation1Exec<S: ToSliceMut<T>, T: RealNumber, A, D> {
    fn exec<B>(&self, buffer: &mut B, source: A) -> Result<D, (ErrorReason, D)>
    where
        B: for<'a> Buffer<'a, S, T>
; }

Executes the prepared operations to convert Ato D.

Required Methods

Executes the prepared operations to convert Ato D.

Implementors