Struct jomini::BinaryTape[][src]

pub struct BinaryTape<'a> { /* fields omitted */ }
Expand description

Houses the tape of tokens that is extracted from binary data

Implementations

Creates an empty tape

Convenience method for creating a binary parser and parsing the given input in eu4 format

Returns a parser for the eu4 flavor of binary data

Convenience method for creating a binary parser and parsing the given input in ck3 format

Returns a parser for the ck3 flavor of binary data

Returns a parser for a given flavor of binary data

Return the parsed tokens

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

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.