Enum query_pull_traits::errors::PullError
[−]
[src]
pub enum PullError { UnnamedAttribute(Entid), RepeatedDbId, DbError(DbError), }
Variants
UnnamedAttribute(Entid)
RepeatedDbId
DbError(DbError)
Trait Implementations
impl Debug for PullError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more