[][src]Trait dasp_slice::DuplexSlice

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

For converting to and from a slice of Samples of type S and a slice of Frames of type F.

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>, 
[src]

Loading content...