Trait cpal::SizedSample
source · pub trait SizedSample: Sample {
const FORMAT: SampleFormat;
}
Required Associated Constants§
const FORMAT: SampleFormat
Object Safety§
This trait is not object safe.
pub trait SizedSample: Sample {
const FORMAT: SampleFormat;
}