9 lines
185 B
Rust
9 lines
185 B
Rust
|
// generates error types
|
||
|
|
||
|
use error_chain::{
|
||
|
error_chain, error_chain_processing, impl_error_chain_kind, impl_error_chain_processed,
|
||
|
impl_extract_backtrace,
|
||
|
};
|
||
|
|
||
|
error_chain! {}
|