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
impl<'a, S, F, T> DuplexSlice<'a, S, F> for T where F: Frame<Sample=S>, S: Sample, T: DuplexSampleSlice<'a, S> + DuplexFrameSlice<'a, F>