Enum simple_chart::chart::GraphError []

pub enum GraphError {
    NotEnoughPoints,
    NotEnoughSpace,
    NonUniquePoints,
}

Variants

Trait Implementations

impl Debug for GraphError
[src]

Formats the value using the given formatter.

impl Display for GraphError

Formats the value using the given formatter.

impl Error for GraphError

A short description of the error. Read more

The lower-level cause of this error, if any. Read more