mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 19:02:42 +00:00
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! {}
|