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