Enum rquery::DocumentError [] [src]

pub enum DocumentError {
    UnableToOpenFile(String),
    ParseError(String),
}

The various errors that can happen when creating a document.

Variants

Trait Implementations

impl Clone for DocumentError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DocumentError
[src]

[src]

Formats the value using the given formatter.