mirror of
https://github.com/romanz/electrs.git
synced 2025-02-24 23:08:39 +01:00
5 lines
79 B
Rust
5 lines
79 B
Rust
error_chain!{
|
|
types {
|
|
Error, ErrorKind, ResultExt, Result;
|
|
}
|
|
}
|