Type Definition webwire::service::provider::Response[][src]

pub type Response<T> = Result<T, ProviderError>;
Expand description

The response type used when calling providers.