Derive Macro thiserror::Error

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