pub trait FloatChannel: Float + Channel {
    fn saturate(self) -> Self { ... }
}

Provided Methods

Implementations on Foreign Types

Implementors