Struct yajlish::ndjson_handler::NdJsonHandler[][src]

pub struct NdJsonHandler<OUT> { /* fields omitted */ }
Expand description

Parser.

Implementations

Constructor.

Trait Implementations

Latest parsed value was a null.

Latest parsed value was a double.

Latest parsed value was an int.

Latest parsed value was a bool.

Latest parsed value was a string.

Latest parsed value was a left curly brace ({).

Latest parsed value was a right curly brace (}).

Latest parsed value was a key to a JSON object.

Latest parsed value was a left bracket ([).

Latest parsed value was a right bracket ([).

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.