Skip to main content

ProviderCore

Trait ProviderCore 

Source
pub trait ProviderCore {
    // Required method
    fn invoke(input: Value) -> Result<Value, String>;
}
Expand description

Reusable business-logic boundary shared by component, PyO3, and native provider adapters.

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§