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

An Imperator file that has been parsed

Implementations

Returns the file as text

Returns the file as binary

Returns the kind of file (binary or text)

Prepares the file for deserialization into a custom structure

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.