Skip to main content

visit_select_item_mut

Function visit_select_item_mut 

Source
pub fn visit_select_item_mut<'ast, V, T>(
    visitor: &mut V,
    node: &'ast mut SelectItem<T>,
)
where T: AstInfo, V: VisitMut<'ast, T> + ?Sized,