radix_trie/
macros.rs

1// Identity macro to allow expansion of the "mutability" token tree.
2macro_rules! id {
3    ($e:item) => {
4        $e
5    };
6}