Skip to main content

IntoLogRange

Trait IntoLogRange 

Source
pub trait IntoLogRange {
    type ValueType: LogScalable;

    // Required method
    fn log_scale(self) -> LogRange<Self::ValueType>;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<T: LogScalable> IntoLogRange for Range<T>

Implementors§