Struct tui::widgets::Axis[][src]

pub struct Axis<'a, L> where
    L: AsRef<str> + 'a, 
{ /* fields omitted */ }

An X or Y axis for the chart widget

Methods

impl<'a, L> Axis<'a, L> where
    L: AsRef<str>, 
[src]

Trait Implementations

impl<'a, L> Default for Axis<'a, L> where
    L: AsRef<str>, 
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<'a, L> Send for Axis<'a, L> where
    L: Sync

impl<'a, L> Sync for Axis<'a, L> where
    L: Sync