Skip to main content

AssertrEq

Derive Macro AssertrEq 

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

Derive macro for AssertrEq.

ยงPanics

This proc macro will panic if applied to an enum, as only structs are supported.