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

pub trait Duplex<S>: ConvertFrom<S> + ConvertInto<S> where
    S: Sample
{ }

Samples that can be converted into and from another Sample type.

Implementors

impl<S, T> Duplex<S> for T where
    S: Sample,
    T: ConvertFrom<S> + ConvertInto<S>, 
[src]

Loading content...