Function aidl_parser::traverse::walk_args[][src]

pub fn walk_args<'a, F: FnMut(&'a Method, &'a Arg)>(ast: &'a Aidl, f: F)
Expand description

Traverse the AST and provide the method arguments to the given closure