Skip to main content

load_from

Function load_from 

Source
pub fn load_from(dir: &Path) -> Vec<Box<dyn Tamper>>
Expand description

Scan the given directory and return all successfully-loaded plugins.

Errors are logged at WARN level.