pub trait ToBoxedSampleSlice<S>where
S: Sample,{
// Required method
fn to_boxed_sample_slice(self) -> Box<[S]>;
}
Expand description
For converting from a boxed slice of Frame
s to a boxed slice of Sample
s.
pub trait ToBoxedSampleSlice<S>where
S: Sample,{
// Required method
fn to_boxed_sample_slice(self) -> Box<[S]>;
}
For converting from a boxed slice of Frame
s to a boxed slice of Sample
s.