1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-24 23:08:39 +01:00
electrs/src/errors.rs
2018-05-25 12:00:39 +03:00

5 lines
79 B
Rust

error_chain!{
types {
Error, ErrorKind, ResultExt, Result;
}
}