We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceaa3ef commit b4b2271Copy full SHA for b4b2271
progenitor-client/src/progenitor_client.rs
@@ -63,7 +63,7 @@ pub struct ResponseValue<T> {
63
64
impl<T: DeserializeOwned> ResponseValue<T> {
65
#[doc(hidden)]
66
- pub async fn from_response<E: std::fmt::Debug>(
+ pub async fn from_response<E>(
67
response: reqwest::Response,
68
) -> Result<Self, Error<E>> {
69
let status = response.status();
0 commit comments