Struct toml::de::Error

Overview

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.