plotters::coord::ranged1d

Trait DefaultValueFormatOption

Source
pub trait DefaultValueFormatOption { }
Expand description

Since stable Rust doesn’t have specialization, it’s very hard to make our own trait that automatically implemented the value formatter. This trait uses as a marker indicates if we should automatically implement the default value formatter based on it’s Debug trait

Implementors§