thiserror 1.0.26

derive(Error)
Documentation
use thiserror::Error;

#[derive(Error, Debug)]
#[source]
pub struct Error;

fn main() {}