Type Definition dbus::obj::PropertySetResult [] [src]

type PropertySetResult = Result<(), (&'static str, String)>;

Contains () or an error tuple containing the name and message of the error.