reload

Function reload 

Source
pub fn reload(path: &str) -> Result<()>
Expand description

Reload a patch from the specified path

This is a convenience function that uses the global patch registry. For more control, use PatchRegistry::load directly.