dbus::tree::MethodResult
[−]
[src]
type MethodResult = Result<Vec<Message>, MethodErr>;
Result containing the Messages returned from the Method, or a MethodErr.