neo4j-labs / neo4rs

Rust driver for Neo4j

Home Page:https://docs.rs/neo4rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error type is missing std::error::Error trait impl

panicbit opened this issue · comments

Implementing the Error trait has the advantage of the type working well with error handling crates like failure or anyhow.

In 0.6.2, this is now implemented