Enum tui::widgets::Marker[][src]

pub enum Marker {
    Dot,
    Braille,
}

Marker to use when plotting data points

Variants

One point per cell

Up to 8 points per cell

Auto Trait Implementations

impl Send for Marker

impl Sync for Marker