Structs§
- Plugin
CmdItem - A command that a plugin registers for the Ctrl+P palette.
- Plugin
Context
Traits§
Type Aliases§
- Plugin
Factory - Factory that creates a
Box<dyn Plugin>from an id, name, and binary path. The binary (santui) sets this toIpcPluginHost::new_boxed.