Enum ulid::EncodingError [] [src]

pub enum EncodingError {
    InvalidLength,
    InvalidChar,
}

An encoding error that can occur when decoding a base32 string

Variants

The length of the string does not match the expected length

A non-base32 character was found

Trait Implementations

impl Debug for EncodingError
[src]

Formats the value using the given formatter.

impl PartialEq for EncodingError
[src]

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

This method tests for !=.