[][src]Trait plotters_unstable::coord::ranged1d::DefaultValueFormatOption

pub trait DefaultValueFormatOption { }

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 formater based on it's Debug trait

Implementors

impl DefaultValueFormatOption for DefaultFormatting[src]

impl DefaultValueFormatOption for NoDefaultFormatting[src]

Loading content...