Struct rust_rocket::track::Track [] [src]

pub struct Track { /* fields omitted */ }

The Track Type. This is a collection of Keys with a name.

Methods

impl Track
[src]

Construct a new Track with a name.

Get the name of the track.

Insert or update a key on a track.

Delete a key from a track.

If a key does not exist this will do nothing.

Get a value based on a row.

The row can be between two integers. This will perform the required interpolation.

Trait Implementations

impl Debug for Track
[src]

Formats the value using the given formatter.