![]() # Objective In some cases, you may want to take ownership of the values in `DynamicList` or `DynamicMap`. I came across this need while trying to implement a custom deserializer, but couldn't get ownership of the values in the list. ## Solution Implemented `IntoIter` for both `DynamicList` and `DynamicMap`. |
||
---|---|---|
.. | ||
impls | ||
serde | ||
lib.rs | ||
list.rs | ||
map.rs | ||
path.rs | ||
reflect.rs | ||
struct_trait.rs | ||
tuple_struct.rs | ||
tuple.rs | ||
type_registry.rs | ||
type_uuid.rs |