1 use thiserror::Error; 2 3 #[derive(Error, Debug)] 4 #[source] 5 pub struct Error; 6 main()7 fn main() {} 8