added warning to interface get method
I ran across a bug when working with interfaces, I had a single reference to a field in the ServerObject
that wasn't dropped and it led to the zbus server to freeze when a method or property was called that required &mut self
. @zeenix advised that we add a warning similar to the existing one in get_mut
to help warn users who may use this feature too.