Derive Macro viz::ThisError

[]
#[derive(ThisError)]
{
    // Attributes available to this derive:
    #[backtrace]
    #[error]
    #[from]
    #[source]
}