Struct syntax::ast_map::ForestUnstable [-] [+] [src]

pub struct Forest {
    // some fields omitted
}

Stores a crate and any number of inlined items from other crates.

Methods

impl Forest

fn new(krate: Crate) -> Forest

fn krate<'ast>(&'ast self) -> &'ast Crate