Module always_equal::prod

source ·
Expand description

Should be used for non-test builds

Structs

In prod mode, AlwaysEqual <T> has the same size as T. Debug and Display are passed through if T implements them. PartialEq always returns false in prod mode.