pub fn plugin_for(kind: &str) -> Option<Box<dyn SourcePlugin>>Expand description
The plugin registered for kind, or None when nothing answers to that name.
pub fn plugin_for(kind: &str) -> Option<Box<dyn SourcePlugin>>The plugin registered for kind, or None when nothing answers to that name.