Skip to content

Add a FrameType to the FrameInvariants.

Thomas Daede requested to merge negge:frame_type into master

Created by: negge

The FrameType enum uses a custom derive to automatically provide an iter_variants() function you can use to get a simple iterator.

Merge request reports