Enum routing::XorNameFromHexError [] [src]

pub enum XorNameFromHexError {
    InvalidCharacter(charusize),
    WrongLength,
}

Errors that can occur when decoding a XorName from a string.

Variants

The given invalid hex character occurred at the given position.

The hex string did not encode XOR_NAME_LEN bytes.

Trait Implementations

impl Debug for XorNameFromHexError
[src]

Formats the value using the given formatter.