pub async fn unwrap<D: DeserializeOwned>(
client: &impl Client,
token: Option<&str>,
) -> Result<D, ClientError>
Expand description
Unwraps a token wrapped response
See UnwrapRequest
pub async fn unwrap<D: DeserializeOwned>(
client: &impl Client,
token: Option<&str>,
) -> Result<D, ClientError>
Unwraps a token wrapped response
See UnwrapRequest