pub unsafe trait Sample {
// Required method
fn is_valid(format: Sample, channels: u16) -> bool;
}Required Methods§
Object Safety§
This trait is not object safe.
pub unsafe trait Sample {
// Required method
fn is_valid(format: Sample, channels: u16) -> bool;
}