Error[e0599]: no method named `warc_type` found for tuple `(rawrecordheader, vec<u8>)` in the current scope
--> src/main.rs:110:30
|
110 | let is_response = record.warc_type() == &warc::recordtype::from("response");
| ^^^^^^^^^ method not found in `(rawrecordheader, vec<u8>)`