Trait uvls::core::resolve::AstContainer

source ·
pub trait AstContainer {
    // Required method
    fn get(&self, file: FileID) -> &AstDocument;
}

Required Methods§

source

fn get(&self, file: FileID) -> &AstDocument

Implementations on Foreign Types§

source§

impl AstContainer for HashMap<FileID, Arc<AstDocument>>

source§

fn get(&self, file: FileID) -> &AstDocument

source§

impl AstContainer for HashMap<FileID, Arc<LinkedAstDocument>>

source§

fn get(&self, file: FileID) -> &AstDocument

Implementors§