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.
Required Methods§
Sourcefn iter_dependencies(&self, f: &mut dyn FnMut(FileId))
fn iter_dependencies(&self, f: &mut dyn FnMut(FileId))
Iterates over the dependencies of the world.