Trait indradb_plugin_host::Plugin
source · [−]pub trait Plugin: Send + Sync + 'static {
fn call(
&self,
datastore: Arc<dyn Datastore + Send + Sync + 'static>,
arg: Value
) -> Result<Value, Error>;
}Expand description
Plugins should implement this trait.