[][src]Function webidl::ast::flatten_asts

pub fn flatten_asts(asts: Vec<AST>) -> AST

Consumes a vector of ASTs that are flattened into a single AST. This is helpful if you want to merge ASTs from multiple files and be able to use the visitor pattern across all of them.