Trait sample::conv::DuplexSlice
[−]
[src]
pub trait DuplexSlice<'a, S, F>: DuplexSampleSlice<'a, S> + DuplexFrameSlice<'a, F> where S: Sample, F: Frame<Sample=S> { }
Implementors
impl<'a, S, F, T> DuplexSlice<'a, S, F> for T where S: Sample, F: Frame<Sample=S>, T: DuplexSampleSlice<'a, S> + DuplexFrameSlice<'a, F>