n-young / trustdb

0 stars 1 forks source link

Error handling #23

Open n-young opened 3 years ago

n-young commented 3 years ago

We should actually use error.rs and, instead of Panicking or unwrapping, handle using ? notation.