Struct sounding_bufkit::BufkitFile[][src]

pub struct BufkitFile { /* fields omitted */ }
Expand description

Hold an entire bufkit file in memory.

Implementations

Load a file into memory.

Validate the whole file, ensure it is parseable and do some sanity checks.

Get a bufkit data object from this file.

Get the raw string data from the file.

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.