Skip to main content

set_path_materializer

Function set_path_materializer 

Source
pub fn set_path_materializer(
    materializer: PathMaterializerFn,
) -> PathMaterializerGuard
Expand description

Install a path materializer for the current thread.

Returns an RAII guard that restores the previous materializer on drop.