Skip to content

zv: add a new type OwnedValue

Marc-André Lureau requested to merge elmarco/zbus:zb-ownedvalue into master

Add a new type that wraps Value<'static>, and compatible with DeserializeOwned. It acts as a smart pointer, dereferencing to the underlying Value. It's a bit awkward, but it make sense if we want to avoid duplicating the hierarchy...

Edited by Marc-André Lureau

Merge request reports