Function aidl_parser::traverse::walk_types[][src]

pub fn walk_types<F: FnMut(&Type)>(ast: &Aidl, f: F)
Expand description

Traverse the AST and provide the types to the given closure