pub trait Labeller: Fn(f32, f32) -> Html { }
Expand description

Describes a closure that takes data values (x, y) and produces Html as the label

Implementors§

source§

impl<T: Fn(f32, f32) -> Html> Labeller for T