Skip to main content

visit_abbreviated_grant_statement

Function visit_abbreviated_grant_statement 

Source
pub fn visit_abbreviated_grant_statement<'ast, V, T: AstInfo>(
    visitor: &mut V,
    node: &'ast AbbreviatedGrantStatement<T>,
)
where V: Visit<'ast, T> + ?Sized,