solicit icon indicating copy to clipboard operation
solicit copied to clipboard

readme example problem

Open lattice0 opened this issue 3 years ago • 0 comments

for header in response.headers.iter() {
    println!("{}: {}",
        str::from_utf8(header.name()).unwrap(),
        str::from_utf8(header.value()).unwrap());
  }

this block from the readme example wont execute

lattice0 avatar Jan 26 '21 02:01 lattice0