Struct smoljson::read::Reader[][src]

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

Implementations

Create a reader which uses the default Dialect.

Create a reader with a specific dialect.

Returns Err if there are any more non-whitespace/non-comment (if this reader’s dialect allows comments) characters in the input.

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.