[][src]Trait dasp_slice::DuplexFrameSlice

pub trait DuplexFrameSlice<'a, F>: FromFrameSlice<'a, F> + ToFrameSlice<'a, F> where
    F: Frame
{ }

For converting to and from a slice of Frames.

Implementors

impl<'a, F, T> DuplexFrameSlice<'a, F> for T where
    F: Frame,
    T: FromFrameSlice<'a, F> + ToFrameSlice<'a, F>, 
[src]

Loading content...