pub trait WebConfigProvider {
// Required method
fn config(&self) -> BoxFuture<'_, Result<&WebConfig, ErrorPtr>>;
}
Expand description
Provider for WebConfig. The primary instance of the provider will be used to retrieve web configuration.
pub trait WebConfigProvider {
// Required method
fn config(&self) -> BoxFuture<'_, Result<&WebConfig, ErrorPtr>>;
}
Provider for WebConfig. The primary instance of the provider will be used to retrieve web configuration.