Struct reproto_core::errors::Error [] [src]

pub struct Error { /* fields omitted */ }

Methods

impl Error
[src]

[src]

[src]

Set the position for this error.

[src]

Set the position for this error.

[src]

Convert errro into a type that is fmt::Display.

WARNING: drops error information. Only use if absolutely necessary!

[src]

Get backtrace.

[src]

Get the message for the error.

[src]

Extract the error position, if available.

[src]

Get the cause of this error.

Important traits for Vec<u8>
[src]

Get all suppressed errors.

Important traits for Causes<'a>
[src]

Iterate over all causes.

Trait Implementations

impl<'a> From<Reporter<'a>> for Error
[src]

[src]

Performs the conversion.

impl<T> From<T> for Error where
    T: Display
[src]

[src]

Performs the conversion.

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl WithSpan for Error
[src]

[src]

Add additional position information, if it's not already present.

Auto Trait Implementations

impl Send for Error

impl Sync for Error