SoftEq

Derive Macro SoftEq 

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

Generate the implementation for the SoftEq trait

The elements of the hard part must be annoted with #[softeq(uid)
At least one hard element is required