Enum cargo_version::SemVerError [] [src]

pub enum SemVerError {
    ParseError(String),
}

An error type for this crate

Currently, just a generic error. Will make this nicer later.

Variants

An error ocurred while parsing.

Trait Implementations

impl Error for SemVerError
[src]

[src]

impl Clone for SemVerError
[src]

[src]

impl PartialEq<SemVerError> for SemVerError
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for SemVerError
[src]

[src]

Formats the value using the given formatter.

impl Display for SemVerError
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialOrd<SemVerError> for SemVerError
[src]

[src]

[src]

[src]

[src]

[src]