macro_rules! as_item {
    ($i:item) => { ... };
}Expand description
Macro to coerce a token to an item, specifically
to build the Commands enum.
See: https://danielkeep.github.io/tlborm/book/blk-ast-coercion.html
macro_rules! as_item {
    ($i:item) => { ... };
}Macro to coerce a token to an item, specifically
to build the Commands enum.
See: https://danielkeep.github.io/tlborm/book/blk-ast-coercion.html