Enum query_pull_traits::errors::PullError [] [src]

pub enum PullError {
    UnnamedAttribute(Entid),
    RepeatedDbId,
    DbError(DbError),
}

Variants

Trait Implementations

impl Debug for PullError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<DbError> for PullError
[src]

[src]

Performs the conversion.