Module examples

Source
Expand description

Examples of bounded integers generated by the bounded_integer! macro.

This module is not present when using the crate.

Structs§

BoundedStruct
A bounded struct, implemented as a protected newtype.

Enums§

BoundedEnum
A bounded enum.