Module gazebo::variants[][src]

Expand description

Working with the variants of an enum.

Traits

Derive Macros

Generates implementation to unpack the inner data of enum variants. The data unpacked will be returned as a tuple of references of the inner data

Trait for enums to return the name of the current variant as a str. Useful for debugging messages.