pub fn download(
client: &TestMyCodeClient,
url: Url,
target: &mut dyn Write,
) -> Result<(), TestMyCodeClientError>Expand description
Fetches data from the URL and writes it into the target.
pub fn download(
client: &TestMyCodeClient,
url: Url,
target: &mut dyn Write,
) -> Result<(), TestMyCodeClientError>Fetches data from the URL and writes it into the target.