ErrorType

Derive Macro ErrorType 

Source
#[derive(ErrorType)]
{
    // Attributes available to this derive:
    #[diag]
}
Expand description

Implement error capabilities for an existing enum.

See error_type! for syntax details.