Skip to main content

NoEditor

Trait NoEditor 

Source
pub trait NoEditor { }
Expand description

Trait for plugins that don’t need an editor.

Implement this for plugins that don’t have a GUI. This is the default for the basic Processor trait, but can be explicitly implemented to opt out of editor support.

Implementors§