Struct tui::widgets::Dataset[][src]

pub struct Dataset<'a> { /* fields omitted */ }

A group of data points

Methods

impl<'a> Dataset<'a>
[src]

Trait Implementations

impl<'a> Default for Dataset<'a>
[src]

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

Auto Trait Implementations

impl<'a> Send for Dataset<'a>

impl<'a> Sync for Dataset<'a>