Struct serialize::json::AsJson [] [src]

pub struct AsJson<'a, T: 'a> {
    // some fields omitted
}
Unstable (rustc_private)

: deprecated in favor of rustc-serialize on crates.io

Trait Implementations

impl<'a, T: Encodable> Display for AsJson<'a, T>
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Unstable (rustc_private)

: deprecated in favor of rustc-serialize on crates.io

Encodes a json value into a string