uneval icon indicating copy to clipboard operation
uneval copied to clipboard

[BUG] Not working with `serde::rename_all`

Open sisungo opened this issue 2 years ago • 0 comments

This crate is not working with #[serde(rename_all = "...")] with error message which looks like error[E0599]: no variant or associated item named ...found for enum... in the current scope.

sisungo avatar Sep 02 '23 10:09 sisungo