pub trait FromSample<S> {
    fn from_sample(other: S) -> Self;
}
Expand description

For converting samples between types.

Required Methods§

Converts to Self a sample from the other.

Implementations on Foreign Types§

Implementors§