Struct sounding_bufkit::BufkitData [] [src]

pub struct BufkitData<'a> { /* fields omitted */ }

References to different data sections within a BufkitFile mainly useful for generating iterators.

This is theoretically not necessary without lexical lifetimes.

Methods

impl<'a> BufkitData<'a>
[src]

[src]

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

[src]

Create a new data representation from a string

Trait Implementations

impl<'a> IntoIterator for &'a BufkitData<'a>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more