//! Trait for plugin authors to provider a typed interface to configure interactions
useserde_json::Value;/// Trait for plugin authors to provider a typed interface to configure interactions
pubtraitPluginInteractionBuilder{/// Construct the map of configuration that is to be passed through to the plugin as a JSON
/// value.
fnbuild(&self)-> Value;}