fursonabot/src/error.rs
asonix b365973fd2
Some checks failed
continuous-integration/drone/tag Build is failing
fursonabot
2022-12-30 17:27:42 -06:00

2 lines
69 B
Rust

pub(crate) type AnyError = Box<dyn std::error::Error + Send + Sync>;