walk_array_append

Function walk_array_append 

Source
pub fn walk_array_append<'ast, 'arena, W, C>(
    walker: &W,
    array_append: &'ast ArrayAppend<'arena>,
    context: &mut C,
)
where W: ?Sized + Walker<'ast, 'arena, C>,