pub struct ReaderBuilder {}
Expand description

Configures and constructs new instances of Reader.

Implementations

Constructs a ReaderBuilder pre-populated with common default settings.

Applies the specified settings to a new instance of Reader. This process involves reading some data from the beginning of input to detect whether its content is text or binary Ion. If this read operation fails, build will return an Err describing the problem it encountered.

Trait Implementations

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.