Skip to main content

derive_path_with_resolver

Function derive_path_with_resolver 

Source
pub fn derive_path_with_resolver(
    session: &Session,
    config: &DeriveConfig,
    resolver: &PathResolver,
) -> Path
Expand description

Like derive_path but with a custom PathResolver (useful for tests with a temp data directory).