rustc_serialize
::
json
Structs
AsJson
AsPrettyJson
Builder
Decoder
Encoder
Parser
PrettyJson
Stack
Enums
DecoderError
EncoderError
ErrorCode
Json
JsonEvent
ParserError
StackElement
Traits
ToJson
Functions
as_json
as_pretty_json
decode
encode
error_str
rustc_serialize
::
json
::
DecodeResult
[
−
]
[src]
type DecodeResult<T> =
Result
<T,
DecoderError
>;