pub trait Provider: Scope { // Required method fn to_schema(&self) -> (String, Map<String, Value>); }
Returns the provider version and configuration.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".