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