Enum reproto::errors::InternalError [] [src]

pub enum InternalError {
    ParseError,
}

Variants

Trait Implementations

impl Debug for InternalError
[src]

Formats the value using the given formatter.

impl Display for InternalError
[src]

Formats the value using the given formatter. Read more

impl Error for InternalError
[src]

A short description of the error. Read more

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