Use use enum_macro::em; or #[macro_use(em)] to import em! macro,.
use enum_macro::em;
#[macro_use(em)]
em!
Notice: DO NOT import all macro, there’s are some helper macro in the crate.
For more information about usage, see em