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]

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Performs the conversion.

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

[src]

A short description of the error. Read more

[src]

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

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<E> Send for AnnotatedError<E> where
    E: Send

impl<E> Sync for AnnotatedError<E> where
    E: Sync