Struct gazetta_core::error::AnnotatedError [] [src]

pub struct AnnotatedError<E> where
    E: Error
{ pub location: PathBuf, pub error: E, }

Fields

Methods

impl<E> AnnotatedError<E> where
    E: Error
[src]

Trait Implementations

impl<E: Debug> Debug for AnnotatedError<E> where
    E: Error
[src]

Formats the value using the given formatter.

impl<E: Clone> Clone for AnnotatedError<E> where
    E: Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<AnnotatedError<Error>> for AnnotatedError<RenderError>
[src]

Performs the conversion.

impl<E> Error for AnnotatedError<E> where
    E: Error
[src]

A short description of the error. Read more

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

impl<E> Display for AnnotatedError<E> where
    E: Error
[src]

Formats the value using the given formatter. Read more