Derive Macro Error

Source
#[derive(Error)]
{
    // Attributes available to this derive:
    #[error_from]
    #[error_kind]
    #[error_prefix]
}