pub trait IntoLogRange {
type ValueType: LogScalable;
fn log_scale(self) -> LogRangeExt<Self::ValueType>;
}
Expand description
Convert a range to a log scale coordinate spec
Associated Types
type ValueType: LogScalable
type ValueType: LogScalable
The type of the value