pub fn init_testmycode_client_with_credentials(
root_url: Url,
client_name: &str,
client_version: &str,
) -> Result<(TestMyCodeClient, Option<Credentials>), LangsError>Expand description
Initializes a TestMyCodeClient, using and returning the stored credentials, if any.