pub trait WorldDeps {
// Required method
fn iter_dependencies(&self, f: &mut dyn FnMut(FileId));
}Expand description
Latest version of the world dependencies api, which is in beta.
pub trait WorldDeps {
// Required method
fn iter_dependencies(&self, f: &mut dyn FnMut(FileId));
}Latest version of the world dependencies api, which is in beta.