Skip to main content

as_kind_data_mut

Macro as_kind_data_mut 

Source
macro_rules! as_kind_data_mut {
    ($arena:expr, $node_ref:expr, $variant:ident) => { ... };
    ($node:expr, $variant:ident) => { ... };
}
Expand description

Helper macro to work with mutable kind data.

See as_kind_data! for examples.