require_plugin

Function require_plugin 

Source
pub fn require_plugin<Args: PandaArgs>(plugin: &Args)
Expand description

Require a plugin to be loaded, and if it isn’t loaded load it with the given arguments. If the plugin is already loaded the arguments will be discarded.