Trait dsp::conv::DuplexSlice [] [src]

pub trait DuplexSlice<'a, S, F>: DuplexSampleSlice<'a, S> + DuplexFrameSlice<'a, F> where
    F: Frame<Sample = S>,
    S: Sample
{ }

Implementors