pub type Resolver = Rc<dyn Fn(&str, &Path) -> Result<PathBuf, (String, String)>>;Expand description
maps a package specifier, from a directory, to the package’s path or to a (code, message) diagnostic
Aliased Type§
pub struct Resolver { /* private fields */ }