Function get_and_check_success
pub async fn get_and_check_success<C>(
rest_client: &C,
url: &str,
) -> Result<(String, u16), ServiceConnectivityError>where
C: RestClient + ?Sized,
pub async fn get_and_check_success<C>(
rest_client: &C,
url: &str,
) -> Result<(String, u16), ServiceConnectivityError>where
C: RestClient + ?Sized,