Struct piston_meta::bootstrap::Convert [] [src]

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

Stores state when converting from meta data.

Methods

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

Creates a new Convert.

Returns the length of remaining data.

Returns the difference in offset.

Returns the subtracted range in source (union of meta data ranges).

Updates with parsed range.

Reads start node.

Reads end node.

Ignores next item. If this is the start of a node, it ignores all items to the end node.

Reads string.

Reads f64.

Reads bool.

Trait Implementations

impl<'a> Copy for Convert<'a>
[src]

impl<'a> Clone for Convert<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Convert<'a>
[src]

Formats the value using the given formatter.