Trait sample::conv::Duplex [] [src]

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

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

Implementors