Skip to content

deserialize_with_labels_and_maps: Return a concrete type so it is actually `'static`

vlorentz requested to merge concrete-deser into master

Otherwise it captures 'de though D and that makes the function pretty hard to use, as its return value cannot alive the deserializer.

Edited by vlorentz

Merge request reports