pub fn find_plugin(name: &str) -> Option<PluginEntry>Expand description
Find the first plugin on PATH whose name matches name. Returns None
if no match exists.
pub fn find_plugin(name: &str) -> Option<PluginEntry>Find the first plugin on PATH whose name matches name. Returns None
if no match exists.