Struct yajlish::Context[][src]

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

The context passed to each Handler function. Context gives basic information about where it is at in the json document.

Implementations

The number of left brackets ([) encountered without corresponding right brackets, at this point in the parse.

The number of left braces ({) encountered without corresponding right braces, at this point in the parse.

The ParserStatus.

Read the last Enclosing.

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.