Enum toshi::Error[][src]

pub enum Error {
    IOError(String),
    UnknownIndexField(String),
    UnknownIndex(String),
    QueryError(String),
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

impl From<TError> for Error
[src]

Performs the conversion.

impl From<QueryParserError> for Error
[src]

Performs the conversion.

impl From<DocParsingError> for Error
[src]

Performs the conversion.

impl<T> From<PoisonError<T>> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Utf8Error> for Error
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Error

impl Sync for Error