Type Definition rabbit_digger::rabbit_digger::PluginLoader[][src]

type PluginLoader = Box<dyn Fn(&Config, &mut Registry) -> Result<()> + 'static>;