[][src]Crate rep_derive

Attribute Macros

check_rep

A macro that auto-inserts calls to check_rep

ensure_rep

A macro that inserts a call to check_rep at the start of given method

require_rep

A macro that inserts a call to check_rep at the start of given method

Derive Macros

CheckRep

A macro for deriving an implementation of CheckRep