Closed bvssvni closed 2 years ago
See https://github.com/PistonDevelopers/dyon/pull/702
This PR introduces a trait ModuleResolver to allow custom module resolution. The trait method does not depend on the object, so one could use a function pointer instead.
ModuleResolver
See https://github.com/PistonDevelopers/dyon/pull/702
This PR introduces a trait
ModuleResolver
to allow custom module resolution. The trait method does not depend on the object, so one could use a function pointer instead.