macro_rules! tagged_cell {
    (
        $(#[$outer:meta])*
        static $name:ident : TaggedCell<$type:ty, _> = TaggedCell::new();
    ) => { ... };
}
Expand description

Safe macro for creating a TaggedCell