macro_rules! as_type_data_mut {
($arena:expr, $node_ref:expr, $variant:ident) => { ... };
($node:expr, $variant:ident) => { ... };
}Expand description
Helper macro to work with mutable type data.
See as_type_data! for examples.
macro_rules! as_type_data_mut {
($arena:expr, $node_ref:expr, $variant:ident) => { ... };
($node:expr, $variant:ident) => { ... };
}Helper macro to work with mutable type data.
See as_type_data! for examples.