Skip to main content

as_type_data_mut

Macro as_type_data_mut 

Source
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.