Struct hashcash::ParseError[][src]

pub struct ParseError {
    pub message: &'static str,
}

Returned when creating a hashcash::Token from a &str fails due to an invalid input.

Fields

Trait Implementations

impl Debug for ParseError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ParseError

impl Sync for ParseError