#[derive(ErrorType)]
{
// Attributes available to this derive:
#[diag]
}
Expand description
Implement error capabilities for an existing enum.
See error_type! for syntax details.
#[derive(ErrorType)]
{
// Attributes available to this derive:
#[diag]
}
Implement error capabilities for an existing enum.
See error_type! for syntax details.