Struct serialize::json::Decoder[][src]

pub struct Decoder { /* fields omitted */ }

A structure to decode JSON to values in rust.

Methods

impl Decoder
[src]

Creates a new decoder instance for decoding the specified JSON value.

Trait Implementations

impl Decoder for Decoder
[src]

Auto Trait Implementations

impl Send for Decoder

impl Sync for Decoder