Enum little::BuildError [] [src]

pub enum BuildError {
    FunctionNotFound {
        required: String,
    },
}

Error while performing seek.

Variants

Out of bound operation on container.

Fields of FunctionNotFound

Trait Implementations

impl Debug for BuildError
[src]

Formats the value using the given formatter.

impl Display for BuildError
[src]

Formats the value using the given formatter. Read more

impl Error for BuildError
[src]

A short description of the error. Read more

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