Trait dsp::DuplexSample []

pub trait DuplexSample<S>: FromSample<S> + ToSample<S> { }

Sample types which may be converted to and from some type S.

Implementors