fetch_signed_pair

Function fetch_signed_pair 

Source
pub async fn fetch_signed_pair(
    client: &Client,
    artifact_url: &str,
    signature_url: &str,
    token: Option<&str>,
) -> Result<(Vec<u8>, Vec<u8>)>
Expand description

Non-2xx or network error -> Err; caller retains previous state.