Struct zplugin_rest::RestPlugin
source · pub struct RestPlugin {}Trait Implementations§
source§impl Plugin for RestPlugin
impl Plugin for RestPlugin
type StartArgs = Runtime
type RunningPlugin = Box<dyn RunningPluginTrait + 'static, Global>
source§const STATIC_NAME: &'static str = "rest"
const STATIC_NAME: &'static str = "rest"
Your plugins’ default name when statically linked.