fn try_from()

in client/src/response.rs [47:53]


    fn try_from(
        bytes: bytes::Bytes,
        headers: &http::HeaderMap,
    ) -> std::result::Result<Self, ResponseError>;
}

impl FromHttpResponse for () {