macro_rules! tag {
($vis:vis $name:ident, $t:ty, $($flag:ident)|+ $(,$doc:expr)?) => { ... };
}Expand description
Helper macro to declare a buffer tag
macro_rules! tag {
($vis:vis $name:ident, $t:ty, $($flag:ident)|+ $(,$doc:expr)?) => { ... };
}Helper macro to declare a buffer tag