[−][src]Function rustc_ap_rustc_serialize::json::decode
pub fn decode<T: Decodable<Decoder>>(s: &str) -> DecodeResult<T>
Shortcut function to decode a JSON &str
into an object
pub fn decode<T: Decodable<Decoder>>(s: &str) -> DecodeResult<T>
Shortcut function to decode a JSON &str
into an object