When converting the following from json to toml
{"test":
Gives the following panic:
thread 'main' (2) panicked at /run/build/bodev/cargo/vendor/serde-transcode-1.1.1/src/lib.rs:85:14:
Transcoder may only be serialized once
When converting the following from `json` to `toml`
```json
{"test":
```
Gives the following panic:
```
thread 'main' (2) panicked at /run/build/bodev/cargo/vendor/serde-transcode-1.1.1/src/lib.rs:85:14:
Transcoder may only be serialized once
```