Struct warc::WarcRecord [] [src]

pub struct WarcRecord {
    pub version: WarcVersion,
    pub headers: Headers,
    pub body: Vec<u8>,
}

Fields

Methods

impl WarcRecord
[src]

Trait Implementations

impl Display for WarcRecord
[src]

Formats the value using the given formatter. Read more