Struct rustc_ap_rustc_serialize::json::Encoder[][src]

pub struct Encoder<'a> { /* fields omitted */ }
Expand description

A structure for implementing serialization to JSON.

Implementations

Creates a new JSON encoder whose output will be written to the writer specified.

Trait Implementations

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.