Skip to main content

DuplexSliceMut

Trait DuplexSliceMut 

Source
pub trait DuplexSliceMut<'a, S, F>: DuplexSampleSliceMut<'a, S> + DuplexFrameSliceMut<'a, F>
where S: Sample, F: Frame<Sample = S>,
{ }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<'a, S, F, T> DuplexSliceMut<'a, S, F> for T
where S: Sample, F: Frame<Sample = S>, T: DuplexSampleSliceMut<'a, S> + DuplexFrameSliceMut<'a, F>,