Bidirectional Enums
A macro to automatically generate a two-way binding between an enum-type and any other type.
Example
use Error;
extern crate bidirectional_enum;
bi_enum!
A macro to automatically generate a two-way binding between an enum-type and any other type.
use Error;
extern crate bidirectional_enum;
bi_enum!