Type Definition dbus::MessageCallback[][src]

type MessageCallback = Box<FnMut(&Connection, Message) -> bool + 'static>;

The type of function to use for replacing the message callback.

See the documentation for Connection::replace_message_callback for more information.