Struct tar::PaxExtension[][src]

pub struct PaxExtension<'entry> { /* fields omitted */ }
Expand description

A key/value pair corresponding to a pax extension.

Implementations

Returns the key for this key/value pair parsed as a string.

May fail if the key isn’t actually utf-8.

Returns the underlying raw bytes for the key of this key/value pair.

Returns the value for this key/value pair parsed as a string.

May fail if the value isn’t actually utf-8.

Returns the underlying raw bytes for this value of this key/value pair.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.