Struct sxd_xpath::ExecutionError [] [src]

pub struct ExecutionError(_);

Errors that may occur when executing an XPath

Trait Implementations

impl Debug for ExecutionError
[src]

Formats the value using the given formatter.

impl Clone for ExecutionError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ExecutionError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Error for ExecutionError
[src]

A short description of the error. Read more

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

impl Display for ExecutionError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for ExecutionError
[src]

Performs the conversion.