Enum zero_formatter::ZeroFormatterError [] [src]

pub enum ZeroFormatterError {
    IoError(Error),
    FromUtf8Error(FromUtf8Error),
    InvalidBinary(u64),
}

Variants

Methods

impl ZeroFormatterError
[src]

Trait Implementations

impl Debug for ZeroFormatterError
[src]

Formats the value using the given formatter.

impl Display for ZeroFormatterError
[src]

Formats the value using the given formatter. Read more

impl Error for ZeroFormatterError
[src]

A short description of the error. Read more

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

impl From<Error> for ZeroFormatterError
[src]

Performs the conversion.

impl From<FromUtf8Error> for ZeroFormatterError
[src]

Performs the conversion.