Struct data_encoding::BuilderError [] [src]

pub struct BuilderError(_);

Base building error

Trait Implementations

impl Debug for BuilderError
[src]

Formats the value using the given formatter.

impl Copy for BuilderError
[src]

impl Clone for BuilderError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for BuilderError
[src]

Formats the value using the given formatter. Read more

impl Error for BuilderError
[src]

A short description of the error. Read more

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