Expand description
Convenience re-export for plugin authors.
Re-exports§
pub use super::ffi::PluginManifest;pub use super::ffi::PluginVtable;pub use super::ffi::SDK_ABI_VERSION;pub use super::SyncInput;pub use super::SyncPlugin;pub use super::schema::*;
Macros§
- anyhow
- Construct an ad-hoc error from a string or existing non-
anyhowerror value. - bail
- Return early with an error.
- declare_
plugin - Declare a plugin. Generates the
appctl_plugin_registerentrypoint plus theintrospect/free_stringwrappers from a user-provided async function of the formasync fn(SyncInput) -> anyhow::Result<Schema>.
Type Aliases§
- Result
Result<T, Error>