Enum distance::DistanceError [] [src]

pub enum DistanceError {
    InvalidArgs,
}

distance error type

Variants

Invalid arguments error

Trait Implementations

impl Debug for DistanceError
[src]

Formats the value using the given formatter.

impl PartialEq for DistanceError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.