pub struct Eu4FileEntry<'a> { /* private fields */ }
Expand description

An individual entry of an EU4 file

An entry could be the entire file if the input was a plaintext or a binary document. In the advent of a zip file, an entry would be an individual file in the zip.

Implementations

Name of the EU4 entry

Size of the entry (eg: inflated size)

Parse the entry into a file, while inflating the contents into the zip sink

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.