Use a custom deserializer instead of wrapper types #48
Annotations
3 errors
cannot find function `from_bigint` in module `itf::de`:
itf/tests/regression.rs#L161
error[E0425]: cannot find function `from_bigint` in module `itf::de`
--> itf/tests/regression.rs:161:40
|
161 | #[serde(deserialize_with = "itf::de::from_bigint")]
| ^^^^^^^^^^^^^^^^^^^^^^ not found in `itf::de`
|
coverage:
itf/tests/regression.rs#L161
cannot find function `from_bigint` in module `itf::de`
|
coverage
Process completed with exit code 1.
|