actix_web::test

Function try_read_body_json

source
pub async fn try_read_body_json<T, B>(
    res: ServiceResponse<B>,
) -> Result<T, Box<dyn StdError>>
Expand description

Fallible version of read_body_json that allows testing response deserialization errors.