Struct vervolg::Error [] [src]

pub struct Error { /* fields omitted */ }

A simple error type for this library

Methods

impl Error
[src]

[src]

Trait Implementations

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl From<String> for Error
[src]

[src]

Performs the conversion.

impl<'a> From<&'a str> for Error
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for Error

impl !Sync for Error