Function walk_types

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

Traverse the AST and provide the types to the given closure