pub async fn try_call_service<S, R, B, E>(
app: &S,
req: R,
) -> Result<S::Response, E>
Expand description
Fallible version of call_service
that allows testing response completion errors.
pub async fn try_call_service<S, R, B, E>(
app: &S,
req: R,
) -> Result<S::Response, E>
Fallible version of call_service
that allows testing response completion errors.