6 lines
73 B
Rust
6 lines
73 B
Rust
// generates error types
|
|
|
|
use error_chain::error_chain;
|
|
|
|
error_chain! {}
|