Struct backtrace_parser::Error[][src]

pub struct Error<'a> { /* fields omitted */ }

Represents a parser error.

Trait Implementations

impl<'a> Debug for Error<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Display for Error<'a>
[src]

Formats the value using the given formatter. Read more

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

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl<'a> Send for Error<'a>

impl<'a> Sync for Error<'a>