Struct robin_core::error::Error [] [src]

pub struct Error(pub (ErrorLevel, String));

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more