Closed s1ck closed 1 year ago
I am trying to do sth like:
#[derive(Deserialize, Debug)] pub struct MyString(String); #[derive(Deserialize, Debug)] pub struct MyThing { my_string: MyString, }
and I get:
Error: InvalidType { received: Str("foobar"), expected: "tuple struct MyString" }
I am trying to do sth like:
and I get: