Trait dsp::conv::DuplexSlice []

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

Implementors