You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to make the req_*_custom methods more useful, this would provide a way to do no allocation as wanted with #114, provided that the user creates the structs they need.
Don't place custom behind unsupported
consider improving ergonomics of how to specify return type. e.g is let resp: MyStruct = client.req_get_custom(req, &token).await?.data(); enough?
The text was updated successfully, but these errors were encountered:
I want to make the
req_*_custom
methods more useful, this would provide a way to do no allocation as wanted with #114, provided that the user creates the structs they need.unsupported
let resp: MyStruct = client.req_get_custom(req, &token).await?.data();
enough?The text was updated successfully, but these errors were encountered: