Labeller

Trait Labeller 

Source
pub trait Labeller: Fn(i64) -> String { }
Expand description

An axis labeller is a closure that produces a string given a value within the axis scale

Implementors§

Source§

impl<T: Fn(i64) -> String> Labeller for T