pub trait Sample {
// Required method
fn from_float(fl: f32) -> Self;
}Expand description
Trait representing a single sample
Required Methods§
fn from_float(fl: f32) -> Self
Object Safety§
This trait is not object safe.
pub trait Sample {
// Required method
fn from_float(fl: f32) -> Self;
}Trait representing a single sample