sealed_trait
A utility for generating sealed traits in Rust.
Inspired by Java's sealed class syntax.
Usage
You can create a sealed trait by using the sealed_trait macro:
sealed_trait!
You can also add supertraits to your traits, but they have to be inside square brackets:
sealed_trait!