Skip to main content

Module plugin

Module plugin 

Source

Structs§

PluginCmdItem
A command that a plugin registers for the Ctrl+P palette.
PluginContext

Traits§

Plugin

Type Aliases§

PluginFactory
Factory that creates a Box<dyn Plugin> from an id, name, and binary path. The binary (santui) sets this to IpcPluginHost::new_boxed.