Struct myo::ErrorDetails [] [src]

pub struct ErrorDetails(_);

Owned Error Details

Methods

impl ErrorDetails
[src]

Trait Implementations

impl Drop for ErrorDetails
[src]

A method called when the value goes out of scope. Read more

impl Debug for ErrorDetails
[src]

Formats the value using the given formatter.

impl Display for ErrorDetails
[src]

Formats the value using the given formatter. Read more

impl Error for ErrorDetails
[src]

A short description of the error. Read more

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