[][src]Trait dasp_slice::boxed::DuplexBoxedFrameSlice

pub trait DuplexBoxedFrameSlice<F>: FromBoxedFrameSlice<F> + ToBoxedFrameSlice<F> where
    F: Frame
{ }

For converting to and from a boxed slice of Frames.

Required Features

  • When using dasp_slice, this item requires the boxed feature to be enabled.
  • When using dasp, this item requires the slice-boxed feature to be enabled.

Implementors

impl<F, T> DuplexBoxedFrameSlice<F> for T where
    F: Frame,
    T: FromBoxedFrameSlice<F> + ToBoxedFrameSlice<F>, 
[src]

Loading content...