pub trait Duplex<S>: FromSample<S> + ToSample<S> { }
Expand description

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

Implementors