Closed
Description
I'd like to write some conversions for my own structs from instances of Value, and std::convert::TryFrom
/ TryInto
are good choices for this. However, the existence of a try_into
method on the struct, unrelated to these traits, shadows the trait method.
Could the try_into
method be renamed into try_deserialize
or something of the sort?