Function walk_methods

Source
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