Function aidl_parser::traverse::walk_methods[][src]

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

Traverse the AST and provide the methods to the given closure