Skip to main content

KNOWN_PLUGIN_TYPES

Constant KNOWN_PLUGIN_TYPES 

Source
pub const KNOWN_PLUGIN_TYPES: &[&str];
Expand description

Every plugin type create_plugin can build, for save-time validation of references to plugin types (e.g. a shared config’s type). Guarded against drift from the factory’s match arms by test_known_plugin_types_matches_factory.