Non exported enum variants can be imported from other crates, although not by modules in the same crate. This is because enum variants are unconditionally written out to metadata.
Non exported enum variants can be imported from other crates, although not by modules in the same crate.
This is because enum variants are unconditionally written out to metadata.