Skip to main content

Error

Derive Macro Error 

Source
#[derive(Error)]
{
    // Attributes available to this derive:
    #[error]
    #[diagnostic]
    #[extension]
    #[http_status]
    #[http_header]
    #[jsonrpc_code]
    #[source]
    #[from]
}