Trait waveform::misc::Sample [] [src]

pub trait Sample: PartialOrd + Into<f64> + Copy + Zero { }

A sample.

Implementors