Struct json::Error

Overview

Error type raised during JSON serialization.

Protocols

protocol DISPLAY_FMT
format!("{}", value)

Allows the value to be display printed.

protocol DEBUG_FMT
format!("{:?}", value)

Allows the value to be debug printed.