Dictionary of Dictionaries is not supported and returns an Error::PaddingNot0 when decoded by Message::body().
This code attempts to get the ActiveConnection Settings from NetworkManager. It reads the a{sa{sv}} ConnectionSettings which Optionally contains other Dict Structs.
In GitLab by @seiwill on Feb 1, 2023, 17:58
Dictionary of Dictionaries is not supported and returns an
Error::PaddingNot0
when decoded byMessage::body()
.This code attempts to get the ActiveConnection Settings from NetworkManager. It reads the
a{sa{sv}}
ConnectionSettings whichOption
ally contains other Dict Structs.Running panics on the
message.body().unwrap()
: