pub fn derive_path_with_resolver(
session: &Session,
config: &DeriveConfig,
resolver: &PathResolver,
) -> PathExpand description
Like derive_path but with a custom PathResolver (useful for
tests with a temp data directory).
pub fn derive_path_with_resolver(
session: &Session,
config: &DeriveConfig,
resolver: &PathResolver,
) -> PathLike derive_path but with a custom PathResolver (useful for
tests with a temp data directory).