pub trait Provider: Scope { // Required method fn to_schema(&self) -> (String, Provider); }
Returns the provider version and configuration.