erikgrinaker / toydb

Distributed SQL database in Rust, written as a learning project
Apache License 2.0
5.99k stars 555 forks source link

Add error::Result #31

Closed erikgrinaker closed 4 years ago

erikgrinaker commented 4 years ago

Since all Result instances use error::Error, we should add error::Result which always uses this error type.