dbus::obj::MethodResult [] [src]

type MethodResult = Result<Vec<MessageItem>, (&'static str, String)>;

A method returns either a list of MessageItems, or an error - the tuple represents the name and message of the Error.