Enum duniter_wotb::WotParseError [] [src]

pub enum WotParseError {
    FailToOpenFile(Error),
    IOError(Error),
}

Results of WebOfTrust parsing from binary file.

Variants

FailToOpenFile

IOError

Trait Implementations

impl Debug for WotParseError
[src]

[src]

Formats the value using the given formatter.

impl From<Error> for WotParseError
[src]

[src]

Performs the conversion.